Changes between Version 14 and Version 15 of greenplanet


Ignore:
Timestamp:
04/28/15 16:24:45 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v14 v15  
    6060export ISSM_DIR=PATHTOTRUNK
    6161source $ISSM_DIR/etc/environment.sh
     62module load compiler/intel/15.0.0 #load before openmpi
    6263module load mpi/openmpi/1.8.3/intel_15.0.0
    63 module load compiler/intel/15.0.0
    6464}}}
    6565
     
    123123 {{{
    124124#!sh
    125 qstat -s c6145
     125squeue -u username
    126126}}}
    127127
     
    130130{{{
    131131#!sh
    132 qdel JOBID
     132scancel JOBID
    133133}}}
    134134
     
    141141md=loadresultsfromcluster(md,'SOMETHING');
    142142}}}
     143
     144A comparision of PBS to slurm commands can be found here: http://slurm.schedmd.com/rosetta.pdf