Difference between revisions of "Janus Cheat Sheet"
From PHASTA Wiki
m |
|||
Line 1: | Line 1: | ||
+ | Environment Setup: | ||
+ | use Torque | ||
+ | use Moab | ||
+ | use Git | ||
+ | use .openmpi-1.4.3_intel-12.0_ib | ||
+ | use Graphviz | ||
+ | use Subversion | ||
+ | |||
available nodes/cores: | available nodes/cores: | ||
Revision as of 15:16, 31 August 2011
Environment Setup:
use Torque use Moab use Git use .openmpi-1.4.3_intel-12.0_ib use Graphviz use Subversion
available nodes/cores:
pbsnodes -a
Jobscript Template:
#!/bin/bash #PBS -N name_of_job #PBS -l walltime=0:20:00 #PBS -l nodes=1:ppn=12 . /curc/tools/utils/dkinit reuse .openmpi-1.4.3_intel-12.0_ib mpirun /path/to/executable
Submission:
qsub -q janus-debug jobscript.sh
Status
checkjob job_id showq -u $USER
Cancel:
qdel job_id