Skip to content

Commit 2ae267d

Browse files
Update cpp_fmriprep.slurm
1 parent a0992a7 commit 2ae267d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/cpp_fmriprep.slurm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#SBATCH --time=9:00:00 # hh:mm:ss
55

66
#SBATCH --ntasks=1
7-
#SBATCH --cpus-per-task=9
8-
#SBATCH --mem-per-cpu=10000 # megabytes
7+
#SBATCH --cpus-per-task=4
8+
#SBATCH --mem-per-cpu=20000 # megabytes
99
#SBATCH --partition=batch,debug
1010

1111
#SBATCH --mail-user=marco.barilari@uclouvain.be
@@ -14,10 +14,10 @@
1414

1515
#SBATCH --comment=project-name
1616

17-
#export OMP_NUM_THREADS=9
18-
#export MKL_NUM_THREADS=9
17+
#export OMP_NUM_THREADS=4
18+
#export MKL_NUM_THREADS=4
1919

20-
## CPP frmiprep script for CECI cluster
20+
## CPP frmiprep script for CECI cluster v0.2.0
2121
#
2222
# writtent by CPP people
2323
#

0 commit comments

Comments
 (0)