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/7c02045fa1bd7f1511e1a0cb921e340a0fcc0405/turing/slurm/interact 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.
 
 
 

6 lines
122 B

#!/bin/bash
#
# Get a login shell on a compute node
# (SLURM partition)
srun --pty --preserve-env -p main "$@" /bin/bash