1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

Perf on Aurora

This commit is contained in:
2025-02-01 18:39:34 +00:00
parent de84d730ff
commit b50fb34e71
2 changed files with 12 additions and 6 deletions

View File

@ -32,14 +32,20 @@ export MPICH_OFI_NIC_POLICY=GPU
# Local vol 16.16.16.32
#
LX=16
LY=32
VOL 128.64.128.96
MPI 4.4.4.3
NPROC 192
mpiexec -np 192 -ppn 12 -envall ./gpu_tile.sh ./Benchmark_dwf_fp32 --mpi 4.4.4.3 --grid 128.64.128.96 --shm-mpi 0 --shm 2048 --device-mem 32000 --accelerator-threads 32 --comms-overlap
LX=32
LY=16
LZ=32
LT=16
LT=32
NX=2
NY=2
NZ=2
NZ=4
NT=1
GX=2