* Added "regular" runsas which runs with more limited memory.
This commit is contained in:
8
turing/calculations/runsas
Executable file
8
turing/calculations/runsas
Executable 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 "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user