Skip to content

Instantly share code, notes, and snippets.

@l-modolo
Last active April 11, 2016 14:30
Show Gist options
  • Save l-modolo/7246948 to your computer and use it in GitHub Desktop.
Save l-modolo/7246948 to your computer and use it in GitHub Desktop.
qsub template for torque
#PBS -q q1day
#PBS -j oe
#PBS -o $HOME/working_directory/task.log
#PBS -N task
#PBS -m n
#PBS -l mem=memory_sizegb,nodes=1:ppn=core_number
#PBS -S /bin/bash
# if more than 65gb:
# -l nodes=1:ppn=1:bigmem
time commands
cp output $HOME/working_directory/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment