<div dir="ltr"><div>Dear Ian, thank you very much for your response. I was already thinking on doing it myself, but I wanted to make sure that it hasn&#39;t been already implemented.</div><div><br></div>Thank you very much Helvi and Ian! My issues have been solved.<div><br></div><div>Best,</div><div><br></div><div>Federico</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 18, 2018 at 5:18 PM &lt;<a href="mailto:ian.hinder@aei.mpg.de">ian.hinder@aei.mpg.de</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><br><div><br><blockquote type="cite"><div>On 18 Jul 2018, at 18:12, Federico G Lopez Armengol &lt;<a href="mailto:fedelopezar@gmail.com" target="_blank">fedelopezar@gmail.com</a>&gt; wrote:</div><div><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div><span style="font-size:small;background-color:rgb(255,255,255);float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);float:none;display:inline">Maybe I misunderstood the point of parameter file scripting. I understood they serve for automatically create several parameter files, and automatically<span style="float:none;display:inline"> run (or submit) the corresponding simulations</span>.</span><br></div></div></div></blockquote><div><br></div><div>Hi,</div><div><br></div><div>Yes, you misunderstood :).</div><div><br></div><div>The documentation says</div><div><br></div><div>&quot;A parameter file script is a file with a ”.rpar” extension which, when executed, generates a file in the same place but with a ”.par” extension. The resulting file should be a valid SimFactory parameter file.&quot;</div><div><br></div><div>So you can only generate a single parameter file from the script.  You could take a look at the bbh example (<a href="https://bitbucket.org/einsteintoolkit/einsteinexamples/raw/master/par/GW150914/GW150914.rpar" target="_blank">https://bitbucket.org/einsteintoolkit/einsteinexamples/raw/master/par/GW150914/GW150914.rpar</a>) to see why this sort of thing is needed.  Some of what is done in the python header of that script cannot be done directly in the parameter file, or it would be incredibly tedious and error prone to do so.  </div><div><br></div><div>Having a higher-level mechanism for managing collections of parameter files and simulations would be very useful, but it does not exist at the moment.  You will have to implement it yourself, e.g. in a shell script.  You should probably use sim create-run rather than sim create-submit so that the simulations don&#39;t run in the background at the same time.</div><div><br></div></div><div>
<div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;word-wrap:break-word;line-break:after-white-space"><div dir="auto" style="word-wrap:break-word;line-break:after-white-space">-- <br>Ian Hinder<br><a href="https://ianhinder.net" target="_blank">https://ianhinder.net</a><br></div></div>

</div>
<br></div></blockquote></div>