Skip to content

Commit

Permalink
Update artis-virgo-submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 19, 2025
1 parent a8a7566 commit 9ef9733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/artis-virgo-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export APPTAINER_CONFIGDIR=/tmp/$USER
sbatch -J $(basename $(exec pwd)) --ntasks=1920 --ntasks-per-node=192 --mem-per-cpu=2000MB --partition=long --time=24:00:00 --constraint=amd,epyc,9654 --mail-type=ALL --mail-user=${USER}@gsi.de --no-requeue -- artis/scripts/artis-virgo-slurmjob.sh

# AMD EPYC 9654 nodes have 192 real cores per node and 4 GB/core. march=znver4
# other nodes have 128 real cores per node
# However, you might need to reduce --ntasks-per-node to around 120 because entire nodes are rarely available

# Other AMD nodes have 128 real cores per node

0 comments on commit 9ef9733

Please sign in to comment.