<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Roland,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks for the reply. I completely re-installed and compiled ETK and tried to run qc0 using this command:<br>
<br>
</p>
<div>./simfactory/bin/sim create-run qc0 \</div>
<div>&nbsp; --parfile=par/qc0-mclachlan.par --procs=2 --num-threads=1 --ppn-used=2</div>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0">The program runs only for a moment before I get a new error (attached). I'm not sure how to interpret this, could you take a look?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Much appreciated!</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols; --darkreader-inline-color:#e9e3d5;" data-darkreader-inline-color="">
<p style="margin-top:0; margin-bottom:0"></p>
<div class="gs" style="margin: 0px; padding: 0px 0px 20px; width: 1032px; color: rgb(34, 34, 34); font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; --darkreader-inline-color:#ded7c7;" data-darkreader-inline-color="">
<div class="">
<div id=":iz" class="ii gt" style="font-size:12.8px; direction:ltr; margin:8px 0px 0px; padding:0px">
<div id=":j0" class="a3s aXjCH " style="overflow:hidden; font-size:small; line-height:1.5; font-family:Arial,Helvetica,sans-serif">
<div dir="ltr"><span class="HOEnZb adL"><font color="#888888" data-darkreader-inline-color="" style="--darkreader-inline-color:#c3b49e;">--&nbsp;<br>
<div dir="ltr" class="m_-5904819280567275100gmail_signature">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><br>
</div>
<div dir="ltr">Chad Henshaw<br>
Georgia Institute of Technology - Physics<br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</font></span></div>
<div class="adL"></div>
</div>
</div>
<div class="hi" style="border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; padding: 0px; width: auto; background: rgb(242, 242, 242); margin: 0px; --darkreader-inline-bgimage: initial; --darkreader-inline-bgcolor:#25252a;" data-darkreader-inline-bgimagedata-darkreader-inline-bgcolor="">
</div>
</div>
</div>
<p style="margin-top:0; margin-bottom:0"></p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Roland Haas &lt;rhaas@illinois.edu&gt;<br>
<b>Sent:</b> Tuesday, October 2, 2018 8:20:02 AM<br>
<b>To:</b> Gomard-Henshaw, Chad<br>
<b>Cc:</b> ian.hinder@aei.mpg.de; Einstein Toolkit Users<br>
<b>Subject:</b> Re: [Users] Issue running the default qc0-mclachlan.par</font>
<div>&nbsp;</div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hello Chad,<br>
<br>
that information can be read out of eg the RunScript that you can find<br>
in simulations/XXX/output-0000/SIMFACTORY/RunScript or (the default<br>
value anyway) from <br>
<br>
simfactory/bin/sim print-mdb-entry $(simfactory/bin/sim whoami | awk '{print $NF}') | grep threads<br>
max-num-threads = 12<br>
num-threads&nbsp;&nbsp;&nbsp;&nbsp; = 6<br>
<br>
You can also force the issue by using:<br>
<br>
<br>
./simfactory/bin/sim create-run static_tov&nbsp; --parfile=par/static_tov_small_short.par --procs=2 --num-threads=1 --ppn-used=2&nbsp; --walltime=8:0:0<br>
<br>
which uses 2 threads in total (procs=2) with 1 thread per MPI rank (num-threads=1) and makes simfactory believe that there are 2 cores present (ppn-used=2). This results in 2 MPI ranks with 1 thread each.<br>
<br>
Yours,<br>
Roland<br>
<br>
&gt; Hi Ian,<br>
&gt; <br>
&gt; <br>
&gt; Thanks for replying. This didn't work for me, but I understand your logic. Is there a way that I can determine how many threads per process my simfactory is configured for? That way I should be able to specify the exact # of procs right?<br>
&gt; <br>
&gt; <br>
&gt; Thanks!<br>
&gt; <br>
&gt; <br>
&gt; --<br>
&gt; <br>
&gt; Chad Henshaw<br>
&gt; Georgia Institute of Technology - Physics<br>
&gt; <br>
&gt; <br>
&gt; ________________________________<br>
&gt; From: ian.hinder@aei.mpg.de &lt;ian.hinder@aei.mpg.de&gt;<br>
&gt; Sent: Monday, October 1, 2018 5:06:24 PM<br>
&gt; To: Gomard-Henshaw, Chad<br>
&gt; Cc: Einstein Toolkit Users<br>
&gt; Subject: Re: [Users] Issue running the default qc0-mclachlan.par<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; On 28 Sep 2018, at 18:48, Gomard-Henshaw, Chad &lt;cgomard@gatech.edu&lt;mailto:cgomard@gatech.edu&gt;&gt; wrote:<br>
&gt; <br>
&gt; Hello,<br>
&gt; <br>
&gt; When running the default qc0 simulation, I get an error (see attached). This was run using the following command in the windows linux subshell:<br>
&gt; <br>
&gt; ./simfactory/bin/sim create-run qc05 \<br>
&gt;&nbsp;&nbsp; --parfile=par/qc0-mclachlan.par<br>
&gt; <br>
&gt; <br>
&gt; The simulation runs for about an hour before aborting; I get partial output files but only with two data points. Can you please advise on how to address this issue?<br>
&gt; <br>
&gt; Hi,<br>
&gt; <br>
&gt; We should have a FAQ...&nbsp; You need to run on at least two processes, due to internal limitations in the code. So add<br>
&gt; <br>
&gt;&nbsp; --procs 2<br>
&gt; <br>
&gt; to your create-run command line.<br>
&gt; <br>
&gt; [I don't know exactly how your machine is configured in simfactory; if it is configured to use more than one thread per process, then you need to use enough &quot;--procs&quot; (which really means &quot;threads&quot;) that at least two MPI processes are used.]<br>
&gt; <br>
&gt; --<br>
&gt; Ian Hinder<br>
&gt; <a href="https://ianhinder.net">https://ianhinder.net</a><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 <a href="http://pgp.mit.edu">http://pgp.mit.edu</a> .<br>
</div>
</span></font></div>
</body>
</html>