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/1c8a5da492c208861655cebaeda4b196237243e0/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 "$@"
|
|
|
|
|