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/232cc5cafb22800c2c2013d6c3e0105bd93ad646/wahab/comsol/comsol-51 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.
 
 
 

17 lines
386 B

#!/bin/bash
module load slurm comsol
if [ $? -eq 0 ]; then
echo This session will be terminated in 2 days to prevent comsol license
echo being occupied by forgotten session.
fi
`/shared/apps/common/slurm/scripts/display_var_helper` \
salloc -t 2-0 \
--job-name=COMSOL-5.1 \
--ntasks=1 \
--cpus-per-task=4 \
srun --export=ALL comsol -np 4 -3drend sw -tmpdir /scratch/$USER &