From 9a962b4830ec06893d20a55e910f1b13d1979372 Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@alumni.ethz.ch> Date: Fri, 8 Jul 2022 17:47:57 +0200 Subject: [PATCH] fix: update job script --- jobscript.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jobscript.sh b/jobscript.sh index bf228c3..a4b5bec 100755 --- a/jobscript.sh +++ b/jobscript.sh @@ -3,10 +3,8 @@ echo -e "JOB ID\t$SLURM_JOBID" echo "==============================" echo -e "rule\t$JOB_NAME" -echo -e "==============================" +echo "==============================" -ml purge -ml Singularity {exec_job} echo -e "==============================\n" -- GitLab