Skip to content

Commit 98ba108

Browse files
authored
Change output file naming
1 parent 4623403 commit 98ba108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/contours/array/array_batch_job.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#SBATCH -J array_job
3-
#SBATCH -o array_job_out_%j.txt
4-
#SBATCH -e array_job_err_%j.txt
3+
#SBATCH -o array_job_out_%A_%a.txt
4+
#SBATCH -e array_job_err_%A_%a.txt
55
#SBATCH -t 00:02:00
66
#SBATCH --mem-per-cpu=4000
77
#SBATCH --array=1-3

0 commit comments

Comments
 (0)