<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Villani,</p>
    <p>This is what I saw in your files as well. To me, this says your
      checkout didn't work. What was the output of your call to
      GetComponents?</p>
    <p>--Steve<br>
    </p>
    <div class="moz-cite-prefix">On 9/25/2019 6:12 AM, Haas, Roland
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20190925081239.46e5cf7b@ekohaes8">
      <pre class="moz-quote-pre" wrap="">Hello Villani,

just before the error at the end you can see a couple of lines:

--8&lt;--
[...]
CST error 43:
  -&gt; Thorn 'TwoPunctures_KerrProca' requires the capability 'GSL'.
     Please add a thorn that provides 'GSL' to your ThornList or remove 'TwoPunctures_KerrProca' from it !


CST error 44:
  -&gt; Thorn 'WatchDog' requires the capability 'PTHREADS'.
     Please add a thorn that provides 'PTHREADS' to your ThornList or remove 'WatchDog' from it !
--8&lt;--

and at the beginning of that list of errors you can see the following:

--8&lt;--
------------------------------------------------------
Warnings were generated during execution of the CST
------------------------------------------------------


CST error in /home/mattia/Cactus/lib/sbin/CST (at 376)
  -&gt; Missing thorn ExternalLibraries/BLAS


CST error in /home/mattia/Cactus/lib/sbin/CST (at 376)
  -&gt; Missing thorn ExternalLibraries/FFTW3


CST error in /home/mattia/Cactus/lib/sbin/CST (at 376)
  -&gt; Missing thorn ExternalLibraries/GSL
--8&lt;--
indicating that some modules (thorns) could not be downloaded and are missing.

Those missing are downloaded using subversion (using the svn command) and possibly you are missing it.

Steve already asked this, but can you double check that you ran the command (all in one line):

sudo apt-get install -y libjpeg-turbo?-dev gcc git liblapack-dev make subversion g++ libpapi-dev libhwloc-dev libopenmpi-dev libhdf5-openmpi-dev libssl-dev numactl gfortran libhdf5-dev libfftw3-dev patch rsync libgsl-dev pkg-config

and that 

svn --version

works?

If that works, can you please provide the log files generated by:

cd $HOME
./GetComponents --update ./einsteintoolkit.th &amp;&gt;GetComponents.log

and

svn info <a class="moz-txt-link-freetext" href="https://github.com/einsteintoolkit/ExternalLibraries-GSL.git">https://github.com/einsteintoolkit/ExternalLibraries-GSL.git</a> &amp;&gt;svn.log

ie the two files GetComponents.log and svn.log .

Yours,
Roland

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a>
<a class="moz-txt-link-freetext" href="http://lists.einsteintoolkit.org/mailman/listinfo/users">http://lists.einsteintoolkit.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </body>
</html>