Skip to content

Instantly share code, notes, and snippets.

@noobermin
Created January 11, 2017 04:01
Show Gist options
  • Save noobermin/9d3cde13f7535a93109b64f1ddbc4105 to your computer and use it in GitHub Desktop.
Save noobermin/9d3cde13f7535a93109b64f1ddbc4105 to your computer and use it in GitHub Desktop.
#PBS -l walltime=1:00:00
#PBS -l select=2:ncpus=32:mpiprocs=32
#PBS -N debugrun
#PBS -S /bin/bash
#PBS -j oe
#PBS -m ae
#PBS -M [email protected]
#PBS -A __projectid__
#PBS -q debug
export PBSBASE=hotwater
cd "$PBS_O_WORKDIR"
aprun -n 48 ./lsp $PBSBASE.lsp >$PBS_O_WORKDIR/$PBSBASE.o.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment