Skip to content
Snippets Groups Projects
Commit fa8f9421 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fix bug

parent a4a0d08d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#SBATCH -o __runDir__/__mainJobName__.%j.%N.out
#SBATCH -D __runDir__
#SBATCH -J __mainJobName__
#SBATCH --ntasks=__nTasksMain__
#SBATCH --ntasks=__nTasks__
#SBATCH --mem-per-cpu=2500
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=christoph.knote@med.uni-augsburg.de
......
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