Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:218 [DokuWiki]

User Tools

Site Tools


cluster:218

Warning: Undefined array key -1 in /usr/share/dokuwiki/inc/html.php on line 1458

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster:218 [2023/09/27 08:51]
hmeij07 [Resources]
cluster:218 [2023/10/14 15:24]
hmeij07 [Resources]
Line 124: Line 124:
 ** Pending Jobs  ** ** Pending Jobs  **
  
-I keep having to inform users that with -n 1 and -cpu 1 your can still go in pending state because user forgot to reserve memory so silly slurm assumes your jobs needs all the node's memory. Here is my template then+I keep having to inform users that with -n 1 and -cpu 1 your job can still go in pending state because user forgot to reserve memory ... so silly slurm assumes your job needs all the node's memory. Here is my template then
  
 <code> <code>
  
-FirstName, your jobs are pending because you did not request memory and if not then slurm assumes you need all memory, silly. Command "scontrol show job JOBID" will reveal ...+FirstName, your jobs are pending because you did not request memory  
 +and if not then slurm assumes you need all memory, silly.  
 +Command "scontrol show job JOBID" will reveal ...
  
 JobId=1062052 JobName=3a_avgHbond_CPU JobId=1062052 JobName=3a_avgHbond_CPU
Line 134: Line 136:
    TRES=cpu=1,mem=191047M,node=1,billing=1    <---------    TRES=cpu=1,mem=191047M,node=1,billing=1    <---------
  
-I looked (command "ssh n?? top -u username -b -n 1", look for the VIRT value) and you need less than 1G per job so with --mem=1024 and n=1 and cpu=1 you should be able to load 48 jobs onto n100. Consult output of command "sinfo -lN"+I looked (command "ssh n?? top -u username -b -n 1", look for the VIRT value)  
 +and you need less than 1G per job so with --mem=1024 and n=1 and cpu=1  
 +you should be able to load 48 jobs onto n100.  
 +Consult output of command "sinfo -lN"
  
 </code> </code>
cluster/218.txt · Last modified: 2023/10/14 15:24 by hmeij07