Skip to content
Snippets Groups Projects
Commit 1b552d94 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Record hostname of jobs in Slurm logs

parent 3077e2ad
No related branches found
No related tags found
1 merge request!1072Record hostname of jobs in Slurm logs & job DB
......@@ -22,6 +22,7 @@ echo "detector: $detector"
echo "caltype: $caltype"
echo "cluster_cores: $cluster_cores"
echo "job ID: ${SLURM_JOB_ID:-none}"
echo "hostname: $(hostname)"
export CAL_NOTEBOOK_NAME="$notebook"
......
......@@ -13,6 +13,7 @@ echo "Python path: $python_path"
echo "Correction temp dir: $temp_dir"
echo "finalize script: $finalize_script"
echo "job ID: ${SLURM_JOB_ID:-none}"
echo "hostname: $(hostname)"
# set-up enviroment
source /etc/profile.d/modules.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment