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/src/commit/82ea3bc689ccb8889e27311fd8208890f597e2e7/turing/calculations/runsas-himem You should set ROOT_URL correctly, otherwise the web may not work correctly.
Custom HPC software & tools from Wirawan. Primarily tailored toward ODU HPC sytems.
 
 
 

8 lines
189 B

#!/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 "$@"