Created
January 11, 2017 04:01
-
-
Save noobermin/9d3cde13f7535a93109b64f1ddbc4105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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