Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Sep 10, 2024
1 parent d709dc4 commit 50c6bd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
```
* .larger[*fMRIPrep*]
``` Bash
docker pull nipreps/fmriprep:24.0.1rc0
docker pull nipreps/fmriprep:24.1.0rc0
```
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,9 @@
#SBATCH --time=1:00:00 #NOTE: likely longer than generally needed
#SBATCH --ntasks 1
#SBATCH --cpus-per-task=16
#SBATCH --mem-per-cpu=4G
#SBATCH --partition=public-cpu
#SBATCH --mem-per-cpu=1G
#SBATCH --partition=shared-cpu
#SBATCH --reservation=share_courvoisier_workshop_570

# Outputs ----------------------------------
#SBATCH --output log/%x-%A-%a.out
Expand Down Expand Up @@ -523,11 +524,9 @@

We only run T1w images (`-m T1w`), we make it more verbose `-vv`,
we name the dataset (`--dsname bootcamp`), we allow the workflow
to run up to 16 processes with up to 8 cores each `--nprocs 16 --omp-nthreads 8`,
and preserve the intermediate files at `$HOME/scratch/work`:
to run up to 16 processes with up to 8 cores each `--nprocs 16 --omp-nthreads 8`:
``` Bash
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8 \
-w $HOME/scratch/work
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8
```

</textarea>
Expand Down

0 comments on commit 50c6bd2

Please sign in to comment.