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/32b82db7a3d82694bf44139e73fbd8f40c0d05f2/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.
|
#!/bin/bash
|
|
#
|
|
# Get a login shell on a compute node
|
|
# (SLURM partition)
|
|
|
|
srun --pty --preserve-env -p main "$@" /bin/bash
|
|
|