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/commit/dbce662c5a56db019c321ef953455a810cb421f4?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

* interact-gpu: Tool to allocate an interactive session on a GPU

compute node under SLURM.
master
Wirawan Purwanto 7 years ago
parent 82ea3bc689
commit dbce662c5a
  1. 5
      turing/slurm/interact-gpu

@ -0,0 +1,5 @@
#!/bin/bash
# Single node, GPU
salloc --nodes=1 --partition gpu -J interact-gpu "$@"
Loading…
Cancel
Save