calcoloscientifico:userguide:fsl
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
| Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
| calcoloscientifico:userguide:fsl [28/01/2026 14:42] – fabio.spataro | calcoloscientifico:userguide:fsl [28/01/2026 16:14] (versione attuale) – fabio.spataro | ||
|---|---|---|---|
| Linea 3: | Linea 3: | ||
| [[https:// | [[https:// | ||
| - | FSL is a comprehensive library of analysis tools for FMRI, MRI and diffusion brain imaging data. Most of the tools can be run both from the command line and as GUIs ("point-and-click" | + | FSL is a comprehensive library of analysis tools for FMRI, MRI and diffusion brain imaging data. Most of the tools can be run both from the command line and as GUIs ('' |
| + | |||
| + | === Job FSL 6.0.7.19 (single node, multitasks) for CPU === | ||
| Example script '' | Example script '' | ||
| Linea 37: | Linea 39: | ||
| sbatch slurm-fsl.sh | sbatch slurm-fsl.sh | ||
| </ | </ | ||
| + | |||
| + | === Interactive FSL 6.0.7.19 session === | ||
| + | |||
| + | To run an interactive work session, you need to connect to the '' | ||
| + | |||
| + | To work in '' | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | [foo@ui03 ~]$ groups | ||
| + | Person G_BAR | ||
| + | [foo@ui03 ~]$ newgrp G_BAR | ||
| + | </ | ||
| + | |||
| + | In case you want to work in the '' | ||
| + | |||
| + | < | ||
| + | (G_BAR)[foo@ui03 ~]$ echo $GROUP | ||
| + | / | ||
| + | (G_BAR)[foo@ui03 ~]$ cd $GROUP | ||
| + | (G_BAR)[foo@ui03 G_BAR]$ ... | ||
| + | </ | ||
| + | |||
| + | In case you want to work in the '' | ||
| + | |||
| + | < | ||
| + | (G_BAR)[foo@ui03 ~]$ echo $ARCHIVE | ||
| + | / | ||
| + | (G_BAR)[foo@ui03 ~]$ cd $ARCHIVE | ||
| + | (G_BAR)[foo@ui03 G_BAR]$ ... | ||
| + | </ | ||
| + | |||
| + | == Interactive FSL 6.0.7.19 session (single node, multitasks) for CPU == | ||
| + | |||
| + | Command to run '' | ||
| + | |||
| + | < | ||
| + | srun \ | ||
| + | --job-name=fsl \ | ||
| + | --nodes=1 \ | ||
| + | --ntasks-per-node=1 \ | ||
| + | --cpus-per-task=4 \ | ||
| + | --mem=16G \ | ||
| + | --partition=cpu \ | ||
| + | --qos=cpu \ | ||
| + | --time=0-06: | ||
| + | --x11 \ | ||
| + | --pty \ | ||
| + | bash | ||
| + | </ | ||
| + | |||
| + | Once you have access to the compute node, run these commands: | ||
| + | |||
| + | < | ||
| + | module load apptainer fsl | ||
| + | fsl.sh | ||
| + | fsleyes | ||
| + | </ | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | [foo@wn82 ~]$ module load apptainer fsl | ||
| + | [foo@wn82 ~]$ fsl.sh | ||
| + | (fsl-6.0.7.19.sif)[foo@wn82 ~]$ fsleyes | ||
| + | </ | ||
| + | |||
| + | To close your work session, run the '' | ||
| + | |||
| + | == Interactive FSL 6.0.7.19 session (single node, multitasks) for GPU == | ||
| + | |||
| + | Command to run '' | ||
| + | |||
| + | < | ||
| + | srun \ | ||
| + | --job-name=fsl \ | ||
| + | --nodes=1 \ | ||
| + | --ntasks-per-node=1 \ | ||
| + | --cpus-per-task=4 \ | ||
| + | --mem=16G \ | ||
| + | --partition=gpu \ | ||
| + | --qos=gpu \ | ||
| + | --gres=gpu: | ||
| + | --time=0-06: | ||
| + | --pty \ | ||
| + | --x11 \ | ||
| + | bash | ||
| + | </ | ||
| + | |||
| + | Once you have access to the compute node, run these commands: | ||
| + | |||
| + | < | ||
| + | module load apptainer fsl | ||
| + | fsl.sh | ||
| + | fsleyes | ||
| + | </ | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | [foo@wn41 ~]$ module load apptainer fsl | ||
| + | [foo@wn41 ~]$ fsl.sh | ||
| + | (fsl-6.0.7.19.sif)[foo@wn41 ~]$ fsleyes | ||
| + | </ | ||
| + | |||
| + | To close your work session, run the '' | ||
calcoloscientifico/userguide/fsl.1769607762.txt.gz · Ultima modifica: da fabio.spataro
