<div>Hello Roland Haas,</div><div><br></div><div>Thank your for your advice and I have solve a problem. I reviewed the&nbsp;<span style="display: inline !important; float: none; background-color: transparent; color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">GetComponents' output and found the missing files. The files you mentioned had been download successfully. However, there is another problem during:</span></div><div><span style="display: inline !important; float: none; background-color: transparent; color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br></span></div><div><span style="display: inline !important; float: none; background-color: transparent; color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">./simfactory/bin/sim setup-silent</span></div><div><span style="display: inline !important; float: none; background-color: transparent; color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br></span></div><div>And the error information is:</div><div><br></div><div>File "/home/xu/Cactus/repos/simfactory2/lib/simdt.py", line 471, in macro_CREATE_MACHINE<br>&nbsp;&nbsp;&nbsp; cpu_info[l[0]] = l[1].strip('.\n').strip('kB')<br>IndexError: list index out of range</div><div><br></div><div>Should I change the code?</div><div>Thank you very much.</div><div><br></div><div>Yours,</div><div>Zekun</div><div><includetail><div style="font:Verdana normal 14px;color:#000;"><div style="FONT-SIZE: 12px;FONT-FAMILY: Arial Narrow;padding:2px 0 2px 0;">------------------&nbsp;Original&nbsp;------------------</div><div style="FONT-SIZE: 12px;background:#efefef;padding:8px;"><div id="menu_sender"><b>From: </b>&nbsp;"Roland Haas"&lt;rhaas@illinois.edu&gt;;</div><div><b>Date: </b>&nbsp;Thu, May 10, 2018 09:43 PM</div><div><b>To: </b>&nbsp;"徐泽坤"&lt;xuzk@mail2.sysu.edu.cn&gt;; <wbr></div><div><b>Cc: </b>&nbsp;"users"&lt;users@einsteintoolkit.org&gt;; <wbr></div><div><b>Subject: </b>&nbsp;Re: [Users] Error on Ubuntu subsystem</div></div><div>&nbsp;</div><div style="position:relative;">Hello Zekun Xu,<br><br>One issue that I did not quit think about.<br><br>To find out where the files are located (eg to attach them using your<br>regular Windows email client), please have a look at:<br><br>https://www.howtogeek.com/261383/how-to-access-your-ubuntu-bash-files-in-windows-and-your-windows-system-drive-in-bash/<br><br>Alternatively you can copy files to a location more easily found by<br>copying them to a place in /mnt/c/Users/&lt;YourWindowsUserName&gt;/Desktop<br>which is the Windows 10 Desktop directory.<br><br>As a side note: you seem to be running as the "root" user in the Ubuntu<br>bash subsystem. This is unusual as (at least for me) I am dropped into<br>a Linux account that has the same name as my Windows account (ie rhaas<br>in my case). Usually it is best not to run as the "root" user unless<br>you need to install software.<br><br>Yours,<br>Roland<br><br>&gt; Hello Zekun Xu,<br>&gt; <br>&gt; it is missing one of the files <br>&gt; <br>&gt; arrangements/ExternalLibraries/OpenSSL/interface.ccl<br>&gt; arrangements/ExternalLibraries/OpenSSL/params.ccl<br>&gt; arrangements/ExternalLibraries/OpenSSL/schedule.ccl<br>&gt; <br>&gt; This usually means that there was an error when you tried to download<br>&gt; the Eisntein Toolkit with GetComponents.<br>&gt; <br>&gt; Can you check which files are present in the directory<br>&gt; arrangements/ExternalLibraries/OpenSSL, please? To do so, please provide the output of "ls -a arrangements/ExternalLibraries/OpenSSL/" (which includes all "hidden" files in the output)<br>&gt; <br>&gt; Also please check that you have a working copy of subversion installed<br>&gt; ("sudo apt-get install subversion" installs it) by doing:<br>&gt; <br>&gt; svn info https://svn.cactuscode.org/projects/ExternalLibraries/OpenSSL<br>&gt; <br>&gt; and providing the output.<br>&gt; <br>&gt; Just in case, please make sure you have installed all the packages<br>&gt; listed on:<br>&gt; <br>&gt; https://nbviewer.jupyter.org/github/nds-org/jupyter-et/blob/master/CactusTutorial.ipynb<br>&gt; <br>&gt; Finally, you can try and see if downloading the code once more fixes<br>&gt; the issue. <br>&gt; <br>&gt; To do so, please first remove your existing copy of the Einstein<br>&gt; Toolkit:<br>&gt; <br>&gt; rm -r Cactus/<br>&gt; <br>&gt; and then download it once more, this time saving GetComponents' output<br>&gt; in files:<br>&gt; <br>&gt; ./GetComponents --parallel https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th 2&gt;GetComponents-parallel.err &gt;GetComponents-parallel.out<br>&gt; <br>&gt; which creates a file GetComponents-parallel.err with all error output<br>&gt; and GetComponents-parallel.out with regular output in the same<br>&gt; directory GetComponents is in. Please include those two files in case<br>&gt; things still do not work even with the fresh copy.<br>&gt; <br>&gt; You can also (and I do recommend trying this) see if <br>&gt; <br>&gt; ./GetComponents https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2018_02/einsteintoolkit.th 2&gt;GetComponents-serial.err &gt;GetComponents-serial.out<br>&gt; <br>&gt; lets you download a copy of the Einstein Toolkit that works. In here I<br>&gt; have removed the --parallel option so that GetComponents will download<br>&gt; everything serially rather than attempting to download multiple<br>&gt; components in parallel. Please also include the files<br>&gt; GetComponents-serial.out and GetComponents-serial.err in your email.<br>&gt; <br>&gt; Yours,<br>&gt; Roland<br>&gt; <br>&gt; &gt; Hello all,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; I'm using the Ubuntu subsystem of Win10 and something is wrong during the step:<br>&gt; &gt; ./simfactory/bin/sim build --mdbkey make 'make -j2' --thornlist ../einsteintoolkit.th<br>&gt; &gt; The error is showed in the picture:<br>&gt; &gt; <br>&gt; &gt; I'm a beginner of Ubuntu, so I will appreciate it if make your advice simple.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Thanks in advance.<br>&gt; &gt; -Zekun Xu&nbsp; <br>&gt; <br>&gt; <br><br><br><br>-- <br>My email is as private as my paper mail. I therefore support encrypting<br>and signing email messages. Get my PGP key from http://pgp.mit.edu .<br><br></div></div><!--<![endif]--></includetail></div>