From 27b8ccd6ae73f8891275674faddd9f41b43aa866 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 10 Nov 2016 12:45:29 -0500 Subject: [PATCH] * Added runsas-himem from earlier consultation this year. --- turing/calculations/runsas-himem | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 turing/calculations/runsas-himem 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 "$@" + +