Changes between Version 4 and Version 5 of Public/User_Guide/SDV_Cluster


Ignore:
Timestamp:
Jan 23, 2018, 12:05:39 PM (6 years ago)
Author:
Anke Kreuzer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/SDV_Cluster

    v4 v5  
    44
    55{{{
    6 kreutz@deepl:~ > qsub -I -l nodes=2:ppn=24:sdv,walltime=01:00:00
    7 qsub: waiting for job 76649.deepm to start
    8 qsub: job 76649.deepm ready
     6srun --partition=sdv -N 4 -n 8 --pty /bin/bash -i
     7srun ./hello_cluster
    98
    10 kreutz@deeper-sdv16:~ >
     9Hello world from process 6 of 8 on deeper-sdv07
     10Hello world from process 7 of 8 on deeper-sdv07
     11Hello world from process 3 of 8 on deeper-sdv05
     12Hello world from process 4 of 8 on deeper-sdv06
     13Hello world from process 0 of 8 on deeper-sdv04
     14Hello world from process 2 of 8 on deeper-sdv05
     15Hello world from process 5 of 8 on deeper-sdv06
     16Hello world from process 1 of 8 on deeper-sdv04
     17
    1118}}}
     19{{{#!comment
    1220To use the SDV Cluster nodes (8 nodes) reserved for the DEEP-ER people (every day from 8:30am-5:00pm) please use:
    1321{{{
    1422qsub -q deeper-sdv -l nodes=X:ppn=Y:knl,walltime=...
    1523}}}
     24}}}
    1625
    17 When using a batch script, you have to adapt the -l (-q) option within your script.
     26When using a batch script, you have to adapt the --partition option within your script: --partition=sdv
    1827
    1928== Filesystems and local storage ==