Skip to content

Commit c5fa574

Browse files
Merge pull request #26 from cpp-lln-lab/marco_update-fmriprep-slurm-param
Update cpp_fmriprep.slurm
2 parents 7b62824 + c43b8b5 commit c5fa574

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/cpp_fmriprep.slurm

Lines changed: 18 additions & 18 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
#
@@ -62,7 +62,7 @@ subjID=$1
6262
TaskName=$2
6363

6464
# "latest" or procide specific version number
65-
FMRIPREP_VERSION="23.1.4"
65+
FMRIPREP_VERSION="24.0.0"
6666

6767
# set username to locate scratch folder
6868
ceci_username="marcobar"
@@ -87,15 +87,15 @@ singularity run --cleanenv \
8787
-B "${bids_dir}":/bids_dir \
8888
-B "${output_dir}":/output \
8989
-B "${freesurfer_license_folder}":/freesurfer_license \
90-
"${path_to_singularity_image}" \
91-
/bids_dir \
92-
/output \
93-
participant --participant-label "${subjID}" \
94-
--task "${TaskName}" \
95-
--work-dir /scratch_dir/work-fmriprep \
96-
--fs-license-file /freesurfer_license/license.txt \
97-
--output-spaces MNI152NLin2009cAsym T1w \
98-
--dummy-scans ${nb_dummy_scans} \
99-
--notrack \
100-
--skip_bids_validation \
101-
--stop-on-first-crash
90+
"${path_to_singularity_image}" \
91+
/bids_dir \
92+
/output \
93+
participant --participant-label "${subjID}" \
94+
--task "${TaskName}" \
95+
--work-dir /scratch_dir/work-fmriprep/"${subjID}" \
96+
--fs-license-file /freesurfer_license/license.txt \
97+
--output-spaces MNI152NLin2009cAsym T1w \
98+
--dummy-scans ${nb_dummy_scans} \
99+
--notrack \
100+
--skip_bids_validation \
101+
--stop-on-first-crash

0 commit comments

Comments
 (0)