<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I see an additional message<div class=""><br class=""></div><div class=""><div class="">[jhellmer@comet-ln2 etk]$ ./GetComponents --verbose <a href="https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th" class="">https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th</a> &nbsp;&gt; GetComponents.log</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">Use of uninitialized value $branch in concatenation (.) or string at ./GetComponents line 1559.</font></div><div class=""><br class=""></div><div class="">I was able to git clone&nbsp;</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">git clone <a href="https://bitbucket.org/einsteintoolkit/einsteininitialdata.git" class="">https://bitbucket.org/einsteintoolkit/einsteininitialdata.git</a> Cactus/repos/einsteininitialdata</font></div><div class=""><br class=""></div><div class="">Successfully. &nbsp;I tried to run GetComponents again to see if it would move the initialdata folder to the arrangements folder and create the symlinks, but I got the following</div><div class=""><br class=""></div><div class=""><div class="">&nbsp;<font face="Courier" class=""> 1 components checked out.</font></div><div class=""><font face="Courier" class="">&nbsp; 252 components updated.</font></div><div class=""><font face="Courier" class=""><br class=""></font></div><div class=""><font face="Courier" class="">&nbsp; Unable to process EinsteinInitialData/DistortedBHIVP</font></div><div class=""><font face="Courier" class=""><br class=""></font></div><div class=""><font face="Courier" class="">Summary of Warnings:</font></div><div class=""><font face="Courier" class=""><br class=""></font></div><div class=""><font face="Courier" class="">Could not update einsteininitialdata. Could not stash local changes. Error message was 'fatal: unable to create threaded lstat</font></div><div class=""><font face="Courier" class="">fatal: unable to create threaded lstat</font></div><div class=""><font face="Courier" class="">fatal: unable to create threaded lstat</font></div><div class=""><font face="Courier" class="">fatal: unable to create threaded lstat</font></div><div class=""><font face="Courier" class="">fatal: unable to create threaded lstat</font></div><div class=""><font face="Courier" class="">Cannot save the current worktree state</font></div><div class=""><font face="Courier" class="">'.</font></div><div class=""><font face="Courier" class="">&nbsp; Time Elapsed: 0 minutes, 27 seconds</font></div></div><div><br class=""></div><div>This home directory is on a CentOS 6.10 server. &nbsp;I was able to do this successfully on an Ubuntu 16 VM.</div><div><br class=""></div><div>Joe</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 1, 2018, at 3:27 PM, Roland Haas &lt;<a href="mailto:rhaas@illinois.edu" class="">rhaas@illinois.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello Joe,<br class=""><br class="">this is probably an issue with the incomplete checkout before. You can<br class="">try and see if adding the --verbose option to GetComponentns gives any<br class="">useful help (in particular you would look out for error messages from<br class="">git).<br class=""><br class="">Personally I would remove the directories repos/einsteininitialdata and<br class="">arrangements/EinsteinInitialData and re-run GetComponents (or the git<br class="">line that I suggested).<br class=""><br class="">Yours,<br class="">Roland<br class=""><br class=""><blockquote type="cite" class="">I’m not sure why put I’m not getting that error anymore.<br class=""><br class="">Now I get this<br class=""><br class=""> &nbsp;Unable to process EinsteinInitialData/DistortedBHIVP<br class=""><br class="">Summary of Warnings:<br class=""><br class="">Could not checkout EinsteinInitialData/DistortedBHIVP, unable to switch to tag . Any existing symlinks to EinsteinInitialData/DistortedBHIVP will be broken<br class=""> &nbsp;Time Elapsed: 1 minutes, 9 seconds<br class=""><br class="">Am I getting this because I’ve already tried to install once?<br class=""><br class="">Joe Hellmers<br class=""><br class=""><blockquote type="cite" class="">On Aug 6, 2018, at 7:56 AM, Roland Haas &lt;<a href="mailto:rhaas@illinois.edu" class="">rhaas@illinois.edu</a>&gt; wrote:<br class=""><br class="">Hello Joe,<br class=""><br class="">sorry for the very long delay in responding. Is this issue still<br class="">occuring?<br class=""><br class="">If have seen issues like this caused by old versions of OpenSSL<br class="">installed on clusters since github's https server by now requires at<br class="">least TLS v1.2 and some old clusters only support v1.1. <br class=""><br class="">You can check this by running git manually like so:<br class=""><br class="">git clone <a href="https://github.com/barrywardell/EinsteinExact.git/" class="">https://github.com/barrywardell/EinsteinExact.git/</a> &lt;<a href="https://github.com/barrywardell/EinsteinExact.git/" class="">https://github.com/barrywardell/EinsteinExact.git/</a>&gt;<br class=""><br class="">and if it responds like this:<br class=""><br class="">error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing...<br class=""><br class="">then your version of OpenSSL is too old.<br class=""><br class="">In that case I suggest to try and see if the cluster offers a newer<br class="">version of git or OpenSSL through its module system or, alternatively,<br class="">check out the code using GetComponents on your laptop/workstation and<br class="">transfer to the cluster using simfactory's sync command eg:<br class=""><br class="">cd Cactus<br class="">simfactory/bin/sim sync bluewaters<br class=""><br class="">Yours,<br class="">Roland<br class=""><br class=""><blockquote type="cite" class="">I’m loading the toolkit on the Comet Supercomputer at the San Diego Super Computing facility (SDSC).<br class=""><br class="">When running the command <br class=""><br class="">./GetComponents --parallel <a href="https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th" class="">https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th</a> &nbsp;<br class=""><br class="">I’m getting the error below at the end. &nbsp;I’m not sure if these errors are important or not. &nbsp;If someone would be so kind as to let me know, it would be greatly appreciated.<br class=""><br class="">Thank,<br class="">Joe Hellmers<br class=""><br class=""> Unable to process EinsteinExact/doc<br class=""> Unable to process EinsteinExact/m<br class=""> Unable to process EinsteinExact/tests<br class=""> Unable to process EinsteinExact/EinsteinExact_Test<br class=""> Unable to process EinsteinExact/GaugeWave<br class=""> Unable to process EinsteinExact/KerrSchild<br class=""> Unable to process EinsteinExact/Minkowski<br class=""> Unable to process KrancNumericalTools/GenericFD<br class=""> Unable to process EinsteinExact/ModifiedSchwarzschildBL<br class=""> Unable to process EinsteinExact/ShiftedGaugeWave<br class=""> Unable to process EinsteinExact/Vaidya2<br class=""> Unable to process EinsteinInitialData/DistortedBHIVP<br class=""> Unable to process GetComponents<br class=""><br class="">Summary of Warnings:<br class=""><br class="">Could not checkout module EinsteinExact/doc<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/m<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/tests<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/EinsteinExact_Test<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/GaugeWave<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/KerrSchild<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/Minkowski<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module KrancNumericalTools/GenericFD<br class=""><br class="">fatal: unable to access '<a href="https://github.com/ianhinder/Kranc.git/':" class="">https://github.com/ianhinder/Kranc.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/ModifiedSchwarzschildBL<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/ShiftedGaugeWave<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout module EinsteinExact/Vaidya2<br class=""><br class="">fatal: unable to access '<a href="https://github.com/barrywardell/EinsteinExact.git/':" class="">https://github.com/barrywardell/EinsteinExact.git/':</a> SSL connect error<br class=""><br class="">Could not checkout EinsteinInitialData/DistortedBHIVP, unable to switch to tag . Any existing symlinks to EinsteinInitialData/DistortedBHIVP will be broken<br class="">Could not checkout module GetComponents<br class=""><br class="">fatal: unable to access '<a href="https://github.com/gridaphobe/CRL.git/':" class="">https://github.com/gridaphobe/CRL.git/':</a> SSL connect error<br class=""><br class=""> Time Elapsed: 1 minutes, 48 seconds<br class=""><br class=""></blockquote><br class=""><br class=""><br class="">-- <br class="">My email is as private as my paper mail. I therefore support encrypting<br class="">and signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" class="">http://pgp.mit.edu</a> &lt;<a href="http://pgp.mit.edu/" class="">http://pgp.mit.edu/</a>&gt; . &nbsp;<br class=""></blockquote><br class=""></blockquote><br class=""><br class=""><br class="">-- <br class="">My email is as private as my paper mail. I therefore support encrypting<br class="">and signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" class="">http://pgp.mit.edu</a> .<br class=""></div></div></blockquote></div><br class=""></div></body></html>