<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Erik,<div><br></div><div>Thanks -- I didn't realize I accidentally (and consistently!) was adding static_tov to the build command.</div><div><br></div><div>How does the build system work? &nbsp;It's obvious now that I can (for example) build wavetoy, static_tov, and ks-mclachlan at once, and run instances of each independently. &nbsp; But what about maintaining the source trees -- do I need to rebuild the name? &nbsp;Can I check if there are updates to a particular configuration's source tree? Is there any consistency enforced between configurations used on a local host and remote build (i.e., if I want to be sure I use the same code tag on each of many target clusters)? &nbsp;</div><div><br></div><div>-Richard</div><div>PS: On a related note, are there submission scripts for condor's parallel universe?</div><div><br><div><div>On Oct 15, 2010, at 3:58 PM, Erik Schnetter wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Richard<br><br>You created a configuration with the non-default name "static_tov".<br>(The default name would be "sim"). Therefore you need to specify this<br>configuration name when you create and submit a simulation:<br><br>./simfactory/sim create-submit static_tov --configuration=static_tov<br>--parfile=...<br><br>You will then have a configuration and a simulation with the same<br>name; this does not matter. I usually have a single configuration<br>"sim", and use this configuration for all my simulations.<br><br>-erik<br><br>On Fri, Oct 15, 2010 at 1:16 PM, Richard O'Shaughnessy<br>&lt;<a href="mailto:oshaughn@gravity.phys.uwm.edu">oshaughn@gravity.phys.uwm.edu</a>&gt; wrote:<br><blockquote type="cite">Hi Erik<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">After a seemingly successful compile, I tried a simple single-cpu run (using<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">generic.sh submission) on my cluster head node. &nbsp; I believe this<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">installation is the release version; the only changes have been to the<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">optionlist and udb.pm. &nbsp;A similar configuration works on other machines<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">(i.e, my laptop, albeit with svn rather than release versions), but for some<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">reason not here. &nbsp;It's not creating the simulations directory at all.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thoughts?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">--- command-line<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">[oshaughn@hydra Cactus]$ ./simfactory/sim create-submit static_tov<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">--parfile=par/static_tov.par --procs=1 --walltime=8:0:0<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Simulation Factory:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Configuration name(s) not specified -- using default configuration "sim"<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Uncaught exception from user code:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Configuration "sim" contains no executable at ./simfactory/sim line<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">5216.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&nbsp;at ./simfactory/sim line 5216<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;main::get_executable() called at ./simfactory/sim line 1883<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;main::command_create('static_tov') called at ./simfactory/sim line<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2955<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;main::command_create_submit('static_tov') called at ./simfactory/sim<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">line 452<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Richard<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">The error message "no executable" indicates that your build didn't<br></blockquote><blockquote type="cite">complete. There are probably problems with your compiler or linker<br></blockquote><blockquote type="cite">options.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">- All Cactus executables are stored in Cactus's "exe" directories.<br></blockquote><blockquote type="cite">What does "ls exe" say?<br></blockquote><blockquote type="cite">- Did you specify a different name for your configuration while<br></blockquote><blockquote type="cite">building? If so, you need to use the --configuration=... option when<br></blockquote><blockquote type="cite">submitting the simulation.<br></blockquote><blockquote type="cite">- If you use the --debug or --profile flag while building, you also<br></blockquote><blockquote type="cite">need to specify it while submitting a simulation, since you'll need to<br></blockquote><blockquote type="cite">use the debugging or profiling executable.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Ok. &nbsp;I'm simply trying to follow the EinsteinToolkit new user instructions<br></blockquote><blockquote type="cite">on a new machine, as &nbsp;a test case, with one CPU.<br></blockquote><blockquote type="cite">1) executables are made<br></blockquote><blockquote type="cite">[oshaughn@hydra Cactus]$ ls exe<br></blockquote><blockquote type="cite">cactus_static_tov &nbsp;static_tov<br></blockquote><blockquote type="cite">2) I just changed udb.pm (see original email) &nbsp; The build command (which<br></blockquote><blockquote type="cite">says it completed successfully) is<br></blockquote><blockquote type="cite">[oshaughn@hydra Cactus]$ ./simfactory/sim &nbsp;build static_tov<br></blockquote><blockquote type="cite">--thornlist=manifest/einsteintoolkit.th<br></blockquote><blockquote type="cite">3) I didn't specify any debugging options.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-erik<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">--<br></blockquote><blockquote type="cite">Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>&gt;&nbsp;&nbsp; <a href="http://www.cct.lsu.edu/~eschnett/">http://www.cct.lsu.edu/~eschnett/</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Richard O'Shaughnessy <a href="mailto:oshaughn@gravity.phys.uwm.edu">oshaughn@gravity.phys.uwm.edu</a><br></blockquote><blockquote type="cite">462 Physics Building Phone: 414 229 6674<br></blockquote><blockquote type="cite">Center for Gravitation and Cosmology<br></blockquote><blockquote type="cite">University of Wisconsin, Milwaukee 53211<br></blockquote><blockquote type="cite"><br></blockquote><br><br><br>-- <br>Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>&gt;&nbsp;&nbsp; <a href="http://www.cct.lsu.edu/~eschnett/">http://www.cct.lsu.edu/~eschnett/</a><br></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Richard O'Shaughnessy<span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><a href="mailto:oshaughn@gravity.phys.uwm.edu">oshaughn@gravity.phys.uwm.edu</a><br>462 Physics Building<span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span>Phone: 414 229 6674<br>Center for Gravitation and Cosmology<br>University of Wisconsin, Milwaukee 53211</div></span>
</div>
<br></div></body></html>