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

* Documentation update.

master
Wirawan Purwanto 9 years ago
parent e382a5eb35
commit 850bd34377
  1. 4
      sge/find-run-hosts.sh

@ -117,8 +117,8 @@ case "$1" in
find_run_hosts "$SGE_JOB_ID"
;;
(--process*|process*|proc|procs|px)
# Prints where the head node of the job is (i.e. the master node of the job)
# where the job script was first executing
# Dumps all the processes belonging to this job's owner on all the
# nodes allocated to the specified job.
if [ -z "$2" ]; then
echo "Job ID required as arg 2" >&2
exit 2

Loading…
Cancel
Save