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/95034685ff16a92c2c5cabd7c54750462ffad318?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

* interact: Tool to allocate an interactive session on a regular

compute node under SLURM.
master
Wirawan Purwanto 7 years ago
parent dbce662c5a
commit 95034685ff
  1. 6
      turing/slurm/interact

@ -0,0 +1,6 @@
#!/bin/bash
#
# Get a login shell on a compute node
# (SLURM partition)
srun --pty --preserve-env -p main "$@" /bin/bash
Loading…
Cancel
Save