Skip to content

Commit

Permalink
using session_id for the name of the job
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Dec 15, 2021
1 parent 307a046 commit 435b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/deploy/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#SBATCH --nodes=$NUM_NODES
#SBATCH --ntasks-per-node=1
#SBATCH --job-name=DALiuGE-$PIP_NAME
#SBATCH --job-name=DALiuGE-$SESSION_ID
#SBATCH --time=$JOB_DURATION
#SBATCH --error=err-%j.log
#SBATCH --exclude=hyades01
Expand Down

0 comments on commit 435b4b0

Please sign in to comment.