* Added "regular" runsas which runs with more limited memory.

This commit is contained in:
Wirawan Purwanto
2016-11-10 12:48:43 -05:00
parent 27b8ccd6ae
commit 68c0e70d4d

8
turing/calculations/runsas Executable file
View File

@@ -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 -b y -pe sas 1 -v PATH sas -nodms -memsize 8G "$@"