Skip to content

Commit fc01c46

Browse files
authored
eiger has 128 cores available
and the SLURM option is indeed --cpus-per-task to enable hybrid SMP parallelism in ParaView
1 parent 1feb8d2 commit fc01c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/sciviz/paraview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ The following sbatch script can be used as a template.
3434

3535
```bash
3636
#SBATCH -N 1
37-
#SBATCH --ntasks-per-node=144
37+
#SBATCH --ntasks-per-node=128
3838
#SBATCH -A <account>
3939
#SBATCH --uenv=paraview/5.13.2:v2 --view=paraview
4040
#SBATCH --hint=nomultithread
4141

42-
srun --cpus-per-task=144 /user-environment/ParaView-5.13/bin/pvbatch ParaViewPythonScript.py
42+
srun --cpus-per-task=128 /user-environment/ParaView-5.13/bin/pvbatch ParaViewPythonScript.py
4343
```
4444

4545

0 commit comments

Comments
 (0)