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

master
Wirawan Purwanto 8 years ago
parent 27b8ccd6ae
commit 68c0e70d4d
  1. 8
      turing/calculations/runsas

@ -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 "$@"
Loading…
Cancel
Save