<div class="gmail_quote">On Mon, Dec 12, 2011 at 10:15 AM, Dominik Szczerba <span dir="ltr">&lt;<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">&gt; As several others suggested, you can probably do this on your own laptop or<br>
&gt; workstation if you can reproduce the problem locally.  This is how I debug<br>
&gt; all of my parallel code.<br>
<br>
</div>The problem is there is no problem on my own machine... only there :`(<br>
<br>
OK, giving up, probably I need to either learn their debugger or debug<br>
by foot, commenting out single code lines and adding verbosity....<br>
<br>
Many thanks and best regards,<br>
Dominik<br></blockquote><div><br>What about using GNU screen?  You add<br><br> -start_in_debugger -debug_terminal &quot;<span class="il">screen</span> -X -S debug <span class="il">screen</span>&quot;<br>
</div></div><br>while having a screen open on the node with &quot;screen -S debug&quot;.  When the processes launch you will get new windows open in the screen session.  Of course, you&#39;ll need to be running on a single node unless there is some way to attach to a remote screen.<br>

<br>John<br><br>