From ce44feb332b67ecbeb68bc30a91cc00b8aa824fa Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:12:36 +0200 Subject: [PATCH] more adjustments to DAIC jobs --- experiments/daic/env.jl | 1 + experiments/daic/env_ECCCo.sh | 3 --- experiments/daic/env_experiments.sh | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/experiments/daic/env.jl b/experiments/daic/env.jl index 0aa6b76a..4275dab3 100644 --- a/experiments/daic/env.jl +++ b/experiments/daic/env.jl @@ -1,3 +1,4 @@ using Pkg +Plg.update() Pkg.resolve() Pkg.instantiate() \ No newline at end of file diff --git a/experiments/daic/env_ECCCo.sh b/experiments/daic/env_ECCCo.sh index 4b2f0014..e5f0105a 100644 --- a/experiments/daic/env_ECCCo.sh +++ b/experiments/daic/env_ECCCo.sh @@ -8,7 +8,4 @@ #SBATCH --mem-per-cpu=8GB #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. -module use /opt/insy/modulefiles # Use DAIC INSY software collection -module load openmpi - srun julia --project experiments/daic/env.jl > experiments/env_ECCCo.log \ No newline at end of file diff --git a/experiments/daic/env_experiments.sh b/experiments/daic/env_experiments.sh index adf42742..9d765a0f 100644 --- a/experiments/daic/env_experiments.sh +++ b/experiments/daic/env_experiments.sh @@ -8,7 +8,4 @@ #SBATCH --mem-per-cpu=8GB #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. -module use /opt/insy/modulefiles # Use DAIC INSY software collection -module load openmpi - srun julia --project=experiments experiments/daic/env.jl > experiments/env_experiments.log \ No newline at end of file -- GitLab