Skip to content

Commit

Permalink
[WIP] cpu tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pwighton committed Sep 25, 2024
1 parent 08a2ffb commit 42f8eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cox2/mlsc-petprep-hmc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#SBATCH --partition=basic
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=32
#SBATCH --cpus-per-task=16
#SBATCH --mem=64G
#SBATCH --time=0-24:00:00
#SBATCH --output=slurm-%A_%a.out
Expand All @@ -20,7 +20,7 @@ OUTPUT_DIR=/autofs/vast/gerenuk/pwighton/pet/ds004869/petprep-output
FS_LICENSE=/autofs/vast/freesurfer/centos7_x86_64/dev/.license
SINGULARITY_CONTAINER=/autofs/vast/gerenuk/pwighton/pet/petprep_hmc_0.0.8.sif
# match to `SBATCH --cpus-per-task` above
NUM_PROCS=32
NUM_PROCS=16

# Make sure $SINGULARITY_TMPDIR is a local drive
# - `/scratch` is local on mlsc
Expand Down

0 comments on commit 42f8eeb

Please sign in to comment.