From 6a1ed9db15ecb553fa13d6c9a65d1e1e9693cbb3 Mon Sep 17 00:00:00 2001
From: Hauke Kirchner <hauke.gronenberg@gwdg.de>
Date: Wed, 14 Aug 2024 14:37:54 +0000
Subject: [PATCH] replace anaconda with miniconda in submit_test.sh

---
 code/submit_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/submit_test.sh b/code/submit_test.sh
index 8b72f92..c06b108 100644
--- a/code/submit_test.sh
+++ b/code/submit_test.sh
@@ -11,7 +11,7 @@
 #SBATCH --output=./slurm_files/slurm-%x-%j.out     # where to write output, %x give job name, %j names job id
 #SBATCH --error=./slurm_files/slurm-%x-%j.err      # where to write slurm error
 
-module load anaconda3
+module load miniconda3
 module load cuda
 source activate dl-gpu # Or whatever you called your environment.
 
-- 
GitLab