User Tools

Site Tools


cluster:134

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
Next revision Both sides next revision
cluster:134 [2014/08/14 14:53]
hmeij [Slurm]
cluster:134 [2014/08/14 14:59]
hmeij [Slurm]
Line 12: Line 12:
       * copied the munge.key from head node to all compute nodes       * copied the munge.key from head node to all compute nodes
     * slum installed from source code with     * slum installed from source code with
-      * \-\-prefix=/opt/slurm-14  \-\-sysconfdir=/opt/slurm-14/etc+      * --prefix=/opt/slurm-14  --sysconfdir=/opt/slurm-14/etc
       * launched the configurator web page and set up a simple setup       * launched the configurator web page and set up a simple setup
         * created the openssl key and cert (see slurm web pages)         * created the openssl key and cert (see slurm web pages)
Line 35: Line 35:
 echo "$SLURMD_NODENAME JOB_PID=$SLURM_JOB_ID" echo "$SLURMD_NODENAME JOB_PID=$SLURM_JOB_ID"
 echo DONE echo DONE
 +
 +</code>
 +
 +<code>
 +
 +# I then submit it like so
 +for i in `seq 1 8`; do cat run | sed "s/NUMBER/$i/g" | sbatch; done
 +
 +# and observe
 +sinfo
 +PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
 +test*        up   infinite      2   comp v[2-3]
 +test*        up   infinite      5  alloc v[1,4-5,7-8]
 +test*        up   infinite      1   idle v6
 +
 +# and when I raised the total number of jobs to 25,000 the distribution is
 +^v1  ^v2  ^v3  ^v4  ^v5  ^v6  ^v7  ^v8 ^
 +|3138|3130|3149|3133|3108|3119|3110|3113
  
 </code> </code>
cluster/134.txt ยท Last modified: 2014/08/22 13:05 by hmeij