Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
doku:monitoring [2022/06/23 13:22]
msiegel
doku:monitoring [2023/03/14 12:56] (current)
goldenberg [Live]
Line 11: Line 11:
 So we assume your program runs, but could it be faster? [[doku:SLURM]] gives you So we assume your program runs, but could it be faster? [[doku:SLURM]] gives you
 a ''Job ID'', type ''squeue --job myjobid'' to find out on which node your a ''Job ID'', type ''squeue --job myjobid'' to find out on which node your
-job runs; say n372-007. Type ''ssh n372-007'', to connect to the given+job runs; say n4905-007. Type ''ssh n4905-007'', to connect to the given
 node. Type ''top'' to start a simple task manager: node. Type ''top'' to start a simple task manager:
  
 <code sh> <code sh>
-[myuser@l32]$ sbatch job.sh +[myuser@l42]$ sbatch job.sh 
-[myuser@l32]$ squeue -u myuser+[myuser@l42]$ squeue -u myuser
 JOBID    PARTITION  NAME      USER    ST  TIME  NODES  NODELIST(REASON) JOBID    PARTITION  NAME      USER    ST  TIME  NODES  NODELIST(REASON)
-1098917  mem_0096   gmx_mpi   myuser  R   0:02       n372-007 +1098917  skylake_0096   gmx_mpi   myuser  R   0:02       n4905-007 
-[myuser@l32]$ ssh n372-007 +[myuser@l42]$ ssh n4905-007 
-[myuser@n372-007]$ top +[myuser@n4905-007]$ top 
 </code> </code>
  
  • doku/monitoring.txt
  • Last modified: 2023/03/14 12:56
  • by goldenberg