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/dbce662c5a56db019c321ef953455a810cb421f4/turing/slurm/interact-gpu
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.
|
#!/bin/bash
|
|
|
|
# Single node, GPU
|
|
salloc --nodes=1 --partition gpu -J interact-gpu "$@"
|
|
|
|
|