Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions programs/qws/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading