<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=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 18 Jul 2018, at 18:12, Federico G Lopez Armengol &lt;<a href="mailto:fedelopezar@gmail.com" class="">fedelopezar@gmail.com</a>&gt; wrote:</div><div class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div class=""><span style="font-size: small; background-color: rgb(255, 255, 255); float: none; display: inline;" class=""><br class=""></span></div><div class=""><span style="font-size: small; background-color: rgb(255, 255, 255); float: none; display: inline;" class="">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;" class="">&nbsp;run (or submit) the corresponding simulations</span>.</span><br class=""></div></div></div></blockquote><div><br class=""></div><div>Hi,</div><div><br class=""></div><div>Yes, you misunderstood :).</div><div><br class=""></div><div>The documentation says</div><div><br class=""></div><div>"A parameter file script is a file with a ”.rpar” extension which, when executed,&nbsp;generates a file in the same place but with a ”.par” extension. The resulting file&nbsp;should be a valid SimFactory parameter file."</div><div><br class=""></div><div>So you can only generate a single parameter file from the script. &nbsp;You could take a look at the bbh example (<a href="https://bitbucket.org/einsteintoolkit/einsteinexamples/raw/master/par/GW150914/GW150914.rpar" class="">https://bitbucket.org/einsteintoolkit/einsteinexamples/raw/master/par/GW150914/GW150914.rpar</a>) to see why this sort of thing is needed. &nbsp;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. &nbsp;</div><div><br class=""></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. &nbsp;You will have to implement it yourself, e.g. in a shell script. &nbsp;You should probably use sim create-run rather than sim create-submit so that the simulations don't run in the background at the same time.</div><div><br class=""></div></div><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">--&nbsp;<br class="">Ian Hinder<br class=""><a href="https://ianhinder.net" class="">https://ianhinder.net</a><br class=""></div></div>

</div>
<br class=""></body></html>