From c478d18e4700b25edf866d5718f07164c870887f Mon Sep 17 00:00:00 2001 From: Yoshifumi Nakamura Date: Mon, 14 Sep 2026 16:25:53 +0900 Subject: [PATCH] Use NVHPC builds for QWS on cloud NVIDIA systems Signed-off-by: Yoshifumi Nakamura --- programs/qws/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programs/qws/build.sh b/programs/qws/build.sh index 934bd89a..eb419ec4 100644 --- a/programs/qws/build.sh +++ b/programs/qws/build.sh @@ -47,8 +47,7 @@ case "$system" in ;; RC_GH200) module load system/qc-gh200 nvhpc-hpcx/25.9 - ### QWSはNeoverse版やGPU版はないので汎用版としてとりあえずarch=skylakeを指定している - make -j 8 fugaku_benchmark= omp=1 compiler=openmpi-gnu arch=skylake rdma= mpi=1 powerapi= + make -j 8 fugaku_benchmark= omp=1 compiler=nvhpc-hpcx arch=grace rdma= mpi=1 powerapi= ;; RC_GENOA) module load system/genoa mpi/openmpi-x86_64 @@ -57,7 +56,7 @@ case "$system" in RC_DGXSP) source /etc/profile.d/modules.sh module load system/ng-dgx nvhpc-hpcx/26.3 - make -j 8 fugaku_benchmark= omp=1 compiler=openmpi-gnu arch=skylake rdma= mpi=1 powerapi= + make -j 8 fugaku_benchmark= omp=1 compiler=nvhpc-hpcx arch=grace rdma= mpi=1 powerapi= ;; RC_FX700) module load system/fx700 FJSVstclanga