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/19eacfbf54ec2b6183348ab0b82e38ccc50a89b2/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 "$@"
|
|
|
|
|