Changes between Version 4 and Version 5 of Public/User_Guide/SDV_Cluster
- Timestamp:
- Jan 23, 2018, 12:05:39 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/SDV_Cluster
v4 v5 4 4 5 5 {{{ 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 6 srun --partition=sdv -N 4 -n 8 --pty /bin/bash -i 7 srun ./hello_cluster 9 8 10 kreutz@deeper-sdv16:~ > 9 Hello world from process 6 of 8 on deeper-sdv07 10 Hello world from process 7 of 8 on deeper-sdv07 11 Hello world from process 3 of 8 on deeper-sdv05 12 Hello world from process 4 of 8 on deeper-sdv06 13 Hello world from process 0 of 8 on deeper-sdv04 14 Hello world from process 2 of 8 on deeper-sdv05 15 Hello world from process 5 of 8 on deeper-sdv06 16 Hello world from process 1 of 8 on deeper-sdv04 17 11 18 }}} 19 {{{#!comment 12 20 To use the SDV Cluster nodes (8 nodes) reserved for the DEEP-ER people (every day from 8:30am-5:00pm) please use: 13 21 {{{ 14 22 qsub -q deeper-sdv -l nodes=X:ppn=Y:knl,walltime=... 15 23 }}} 24 }}} 16 25 17 When using a batch script, you have to adapt the - l (-q) option within your script.26 When using a batch script, you have to adapt the --partition option within your script: --partition=sdv 18 27 19 28 == Filesystems and local storage ==