diff --git a/turing/calculations/runsas-himem b/turing/calculations/runsas-himem new file mode 100755 index 0000000..c392cf3 --- /dev/null +++ b/turing/calculations/runsas-himem @@ -0,0 +1,8 @@ +#!/bin/bash + +#module load sas +PATH=/cm/shared/apps/sas/9.3/SASFoundation/9.3/bin:$PATH + +qsub -cwd -N SAS-HIMEM -b y -q himem -pe sas 1 -v PATH sas -nodms -memsize 256G -sortsize 32G "$@" + +