<div dir="ltr"><div>while build configuration sim  I get the attached error in sim.out</div><div><br></div><div>Please my dear help me!!!!<br></div><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span><font color="#888888"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><div><font size="1" color="#0b5394"><b style="background-color:rgb(255,255,255)"><span style="font-family:&#39;comic sans ms&#39;,sans-serif">With Best Regards!!!</span><br></b></font></div><div><div><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">-------------------------------------------------------------------</b></font></div><div><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">Feyiso Sado Bedecha (PhD), Student<br></b></font></div></div></div><div style="font-size:12.8px"><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">Addis Ababa University, Department of Physics</b></font></div><div style="font-size:12.8px"><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">Cell Phone: <a href="tel:%2B251911089463" value="+251911089463" target="_blank">+251910626090</a></b></font></div><div style="font-size:12.8px"><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">E-mail: <a href="mailto:bsfeyiso@gmail.com" target="_blank">bsfeyiso@gmail.com</a></b></font></div><div style="font-size:12.8px"><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">P.O.Box: 1176</b></font></div><div style="font-size:12.8px"><font size="1" color="#0b5394" face="comic sans ms, sans-serif"><b style="background-color:rgb(255,255,255)">Ethiopia<span style="background-color:rgb(0,0,255)"><span></span></span></b></font></div></div></div></div></div></div></div></div></div></div></div></font></span></div></div></div>
<br><div class="gmail_quote">On Wed, Jul 11, 2018 at 8:00 PM,  <span dir="ltr">&lt;<a href="mailto:users-request@einsteintoolkit.org" target="_blank">users-request@einsteintoolkit.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Users mailing list submissions to<br>
        <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.<wbr>org/mailman/listinfo/users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:users-request@einsteintoolkit.org">users-request@einsteintoolkit.<wbr>org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@einsteintoolkit.org">users-owner@einsteintoolkit.<wbr>org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Queuing system and parameter file scripts on personal     machine<br>
      (Federico G Lopez Armengol)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Tue, 10 Jul 2018 17:24:46 -0300<br>
From: Federico G Lopez Armengol &lt;<a href="mailto:fedelopezar@gmail.com">fedelopezar@gmail.com</a>&gt;<br>
Subject: [Users] Queuing system and parameter file scripts on personal<br>
        machine<br>
To: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAK3vroRxZbvF9%2BBePzYtoW2Z35E8rvxs4yO3VaNOR95N2bQNng@mail.gmail.com">CAK3vroRxZbvF9+<wbr>BePzYtoW2Z35E8rvxs4yO3VaNOR95N<wbr>2bQNng@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hello,<br>
<br>
I&#39;ve been learning how to use the Toolkit for about a year. I&#39;ve been<br>
reading public documentation and running individual simulations on my<br>
personal laptop. Now, I need to manage some set of simulations, and found<br>
some trouble:<br>
<br>
1) it seems that I do not have a queuing system. Each time I submit a<br>
simulation, it starts running in parallel with previous ones and my laptop<br>
quickly collapses. I configured simfactory with:<br>
<br>
./simfactory/bin/sim setup-silent --optionlist=ubuntu.cfg --runscript<br>
&gt; debian.sh --submitscript debian.sub --runscript debian.sh<br>
<br>
<br>
2) I&#39;ve tried some scripting with .rpar files, but failed. For instance, if<br>
submitting:<br>
<br>
./simfactory/bin/sim create-submit tov_multi --parfile par/tov.rpar<br>
<br>
<br>
no error displays, but the simulation is inmediately finished with no<br>
outputs. On the other hand, if running:<br>
<br>
./simfactory/bin/sim create-run tov_multi --parfile par/tov.rpar<br>
<br>
<br>
I get the following error:<br>
<br>
Error: Parameter file script<br>
&gt; &#39;/home/fede/simulations/tov_<wbr>multi/output-0000/tov.rpar&#39; did not generate a<br>
&gt; parameter file called &#39;/home/fede/simulations/tov_<wbr>multi/output-0000/tov.par&#39;<br>
<br>
<br>
I changed the name of the parameter file created as asked, but just the<br>
last simulation of the script runs. I&#39;ve tried this with every .rpar script<br>
that is included on the Toolkit.<br>
<br>
I use Linux Mint 18.1 Serena. Thanks in advance!<br>
<br>
Federico<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.einsteintoolkit.org/pipermail/users/attachments/20180710/40eafeb3/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.<wbr>org/pipermail/users/<wbr>attachments/20180710/40eafeb3/<wbr>attachment-0001.html</a> <br>
<br>
------------------------------<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.<wbr>org/mailman/listinfo/users</a><br>
<br>
<br>
End of Users Digest, Vol 100, Issue 7<br>
******************************<wbr>*******<br>
</blockquote></div><br></div>