From 5243623102487fda0e221b3d4cacbf1792830046 Mon Sep 17 00:00:00 2001 From: Steve Brasier <33413598+sjpb@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:41:55 +0100 Subject: [PATCH] Update submit.sh Fixes submit.sh for https://github.com/stackhpc/io500-singularity/pull/2 --- submit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit.sh b/submit.sh index cc22166..0cb71f3 100644 --- a/submit.sh +++ b/submit.sh @@ -6,7 +6,7 @@ #SBATCH --exclusive export UCX_NET_DEVICES=all -export IO500_CONTAINER_TAG="bb942db" +export IO500_CONTAINER_TAG="9d75358" echo SLURM_JOB_NODELIST: $SLURM_JOB_NODELIST echo SLURM_JOB_ID: $SLURM_JOB_ID