<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le jeu. 17 mai 2018 11:28, Mahmood Naderan <<a href="mailto:mahmood.nt@gmail.com">mahmood.nt@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
For an interactive job via srun, I see that after opening the gui, the<br>
session is terminated automatically which is weird.<br>
<br>
[mahmood@rocks7 ansys_test]$ srun --x11 -A y8 -p RUBY --ntasks=10<br>
--mem=8GB --pty bash<br>
[mahmood@compute-0-6 ansys_test]$ /state/partition1/scfd/sc -t10<br>
srun: First task exited 60s ago<br>
srun: step:292.0 task 0: running<br>
srun: step:292.0 tasks 1-9: exited<br>
srun: Terminating job step 292.0<br>
srun: Job step aborted: Waiting up to 62 seconds for job step to finish.<br>
srun: error: compute-0-6: task 0: Killed<br>
<br>
What does that mean?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It means what is written : your job is terminated because 9 tasks out of 10 exited more than 60s before.</div><div dir="auto"><br></div><div dir="auto">The logic behind the 60 seconds (configurable) is described in the srun man page. You should look at it closely. </div><div dir="auto"><br></div><div dir="auto">You should also look at the FAQ here <a href="https://slurm.schedmd.com/faq.html">https://slurm.schedmd.com/faq.html</a>.</div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">You should set --ntask=1, if I properly guess your goal.</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">HTH</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards,<br>
Mahmood<br>
<br>
</blockquote></div></div></div>