Changes between Version 14 and Version 15 of greenplanet
- Timestamp:
- 04/28/15 16:24:45 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v14 v15 60 60 export ISSM_DIR=PATHTOTRUNK 61 61 source $ISSM_DIR/etc/environment.sh 62 module load compiler/intel/15.0.0 #load before openmpi 62 63 module load mpi/openmpi/1.8.3/intel_15.0.0 63 module load compiler/intel/15.0.064 64 }}} 65 65 … … 123 123 {{{ 124 124 #!sh 125 qstat -s c6145 125 squeue -u username 126 126 }}} 127 127 … … 130 130 {{{ 131 131 #!sh 132 qdel JOBID132 scancel JOBID 133 133 }}} 134 134 … … 141 141 md=loadresultsfromcluster(md,'SOMETHING'); 142 142 }}} 143 144 A comparision of PBS to slurm commands can be found here: http://slurm.schedmd.com/rosetta.pdf