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

* Must re-add SLURM if it is not loaded.

master
Wirawan Purwanto 6 years ago
parent a65338a8bf
commit db2ca075ed
  1. 2
      turing/calculations/launch_jupyter

@ -36,6 +36,8 @@ process_args() {
# - python/3.x
enable_lmod
if ! module is-loaded slurm; then module load slurm; fi
if [ -n "$ANACONDA3_VER" ]; then
echo "Launching Jupyter for anaconda3 module version $ANACONDA3_VER"
elif [ -n "$ANACONDA2_VER" ]; then

Loading…
Cancel
Save