<div class="gmail_quote">On Mon, Dec 12, 2011 at 10:15 AM, Dominik Szczerba <span dir="ltr"><<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> As several others suggested, you can probably do this on your own laptop or<br>
> workstation if you can reproduce the problem locally. This is how I debug<br>
> 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 "<span class="il">screen</span> -X -S debug <span class="il">screen</span>"<br>
</div></div><br>while having a screen open on the node with "screen -S debug". When the processes launch you will get new windows open in the screen session. Of course, you'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>