Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/WP-hpc-tools/commit/68c0e70d4d5bf6369f260aa79e5b99c2d48c8301 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

master
Wirawan Purwanto 9 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