We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0992a7 commit 2ae267dCopy full SHA for 2ae267d
doc/cpp_fmriprep.slurm
@@ -4,8 +4,8 @@
4
#SBATCH --time=9:00:00 # hh:mm:ss
5
6
#SBATCH --ntasks=1
7
-#SBATCH --cpus-per-task=9
8
-#SBATCH --mem-per-cpu=10000 # megabytes
+#SBATCH --cpus-per-task=4
+#SBATCH --mem-per-cpu=20000 # megabytes
9
#SBATCH --partition=batch,debug
10
11
#SBATCH --mail-user=marco.barilari@uclouvain.be
@@ -14,10 +14,10 @@
14
15
#SBATCH --comment=project-name
16
17
-#export OMP_NUM_THREADS=9
18
-#export MKL_NUM_THREADS=9
+#export OMP_NUM_THREADS=4
+#export MKL_NUM_THREADS=4
19
20
-## CPP frmiprep script for CECI cluster
+## CPP frmiprep script for CECI cluster v0.2.0
21
#
22
# writtent by CPP people
23
0 commit comments