Skip to content

Instantly share code, notes, and snippets.

@feilong
Last active September 1, 2016 01:40
Show Gist options
  • Select an option

  • Save feilong/46567414f7ac009f4cb5 to your computer and use it in GitHub Desktop.

Select an option

Save feilong/46567414f7ac009f4cb5 to your computer and use it in GitHub Desktop.
module avail
module list
module initadd python/2.7.6
module load python/2.7.6
nodestat
qshow
showq -u someone # In case your job is blocked.
myjobs
qsub some_script.pbs
qalter jobid -l walltime=X
# submit/cancel job arrays
qsub -t 0-5,7 some_script.pbs
qdel -t 0-4 jobid[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment