Yes, It helps in slightly corrected way:<br><br>aliaspattern = ^kraken(pf|-pwd)?[123456](\.nics\.utk\.edu)?$<br><br>This one works for me.<br>Thank you!<br><br><div class="gmail_quote">On Mon, May 30, 2011 at 11:07 PM, Erik Schnetter <span dir="ltr"><<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Tsatsin<br>
<br>
This error means that you are logged in to a computer that calls<br>
itself "krakenpf4", but simfactory doesn't know to which HPC system it<br>
belongs. Simfactory assumes that Kraken's head nodes are called<br>
"krakenN" or "kraken-pwdN".<br>
<br>
You can update Kraken's pattern that recognises HPC systems from<br>
<br>
aliaspattern = ^kraken(-pwd)?[1234](\.nics\.utk\.edu)?$<br>
<br>
to<br>
<br>
aliaspattern = ^kraken(-pf|-pwd)?[1234](\.nics\.utk\.edu)?$<br>
<br>
in Kraken's entry in the file <a href="http://mdb.pm" target="_blank">mdb.pm</a>. If this helps, please tell us,<br>
so that we can correct this entry officially.<br>
<br>
-erik<br>
<div><div></div><div class="h5"><br>
On Mon, May 23, 2011 at 2:14 PM, Tsatsin Petr <<a href="mailto:ptsatsin@gmail.com">ptsatsin@gmail.com</a>> wrote:<br>
> Hello,<br>
> I'm a new user of the ET. I did an installation of Cactus and<br>
> EinstainToolkit using the "Tutorial for the new users" on wiki.<br>
> I have an account on kraken and I modified <a href="http://udb.pm" target="_blank">udb.pm</a> according to the 'ranger'<br>
> example in a tutorial. Namely I changed:<br>
> YOUR_LOGIN,<br>
> YOUR@EMAIL.ADDRESS<br>
> and added<br>
> set option 'kraken', 'user', 'MY_LOGIN'<br>
> set option 'kraken', 'allocation', 'MY_ALLOCATION'<br>
><br>
> I tried to compile the test suite on kraken using the command:<br>
><br>
> ./simfactory/sim build --thornlist=manifest/<a href="http://einsteintoolkit.th" target="_blank">einsteintoolkit.th</a><br>
><br>
> and I got the following error:<br>
> 'Simulation Factory:<br>
> Configuration name(s) not specified -- using default configuration "sim"<br>
> Uncaught exception from user code:<br>
> Unknown machine name "<a href="http://krakenpf4.nics.utk.edu" target="_blank">krakenpf4.nics.utk.edu</a>" at ./simfactory/sim line<br>
> 5049.<br>
> at ./simfactory/sim line 5049<br>
> main::get_machine('') called at ./simfactory/sim line 1498<br>
> main::command_build() called at ./simfactory/sim line 454'<br>
><br>
> I was wondering if you could help me with this? It's seem like I didn't<br>
> modify <a href="http://udb.pm" target="_blank">udb.pm</a> in proper way.<br>
> Thank you.<br>
> Petr Tsatsin<br>
> Florida Atlantic University<br>
><br>
</div></div>> _______________________________________________<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" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Erik Schnetter <<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>> <a href="http://www.cct.lsu.edu/%7Eeschnett/" target="_blank">http://www.cct.lsu.edu/~eschnett/</a><br>
</font></blockquote></div><br>