Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 6a1ed9db authored by Hauke Kirchner's avatar Hauke Kirchner
Browse files

replace anaconda with miniconda in submit_test.sh

parent 18ece852
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment