# Name of the queue (CHANGE THIS if needed)
#PBS -q long
#BSUB -q long
# Number of nodes & procs/node - must have ecc memory (CHANGE THIS if needed)
#PBS -l nodes=2pn=2
#Total number of procs
#BSUB -n 4
#Number of procs per server
#BSUB -R "span[ptile=2]
# output file base name
#PBS -N run-pc
#BSUB -j run-pc
# Put standard error and standard out in same file
#PBS -j oe
#BSUB -o oe
# Export all Environment variables
#PBS -V
# End of options
#BSUB -l /bin/bash (will source and import all environment variables from $HOME/.bashrc)
# For app specific env variables, use job starter script , you can specify in LSF application profile (cluster-wide)
Speeding does not kill. Staying stationary does.