From 40ca67c030bb7f532f2b37d373890d8a2f97928e Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas@kluyver.me.uk> Date: Thu, 10 Sep 2020 12:08:31 +0100 Subject: [PATCH] Specify texlive version for module load --- bin/slurm_calibrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slurm_calibrate.sh b/bin/slurm_calibrate.sh index 80d84603d..9f5446343 100755 --- a/bin/slurm_calibrate.sh +++ b/bin/slurm_calibrate.sh @@ -28,7 +28,7 @@ export CAL_NOTEBOOK_NAME=$notebook # set-up enviroment source /etc/profile.d/modules.sh module load anaconda/3 -module load texlive +module load texlive/2019 echo "Starting influx feeder" ./cal_influx_feeder.sh $notebook $detector $caltype > /dev/null 2>&1 & -- GitLab