Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created May 22, 2014 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmcgibbo/6f6754e8004e82856c50 to your computer and use it in GitHub Desktop.
Save rmcgibbo/6f6754e8004e82856c50 to your computer and use it in GitHub Desktop.
#!/bin/bash
#PBS -S /bin/bash
#PBS -e /dev/null
#PBS -o /dev/null
#PBS -l nodes=4:ppn=16
#PBS -l walltime=10:00:00
#PBS -V
#PBS -q MP
cd $PBS_O_WORKDIR
mkdir -p /tmp/rmcgibbo
export OMP_NUM_THREADS=1
pbsipcluster --launcher mpi > $PBS_JOBID.log 2>&1
rmcgibbo@biox3 ~/jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment