Skip to content

Commit

Permalink
Merge pull request #218 from buildtesters/fix_osu_benchmark
Browse files Browse the repository at this point in the history
remove module swap statement in osu benchmark test
  • Loading branch information
shahzebsiddiqui authored Oct 24, 2023
2 parents 3941537 + 9e401da commit 7fe5dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspecs/benchmarks/osu-benchmark/osu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildspecs:
executor: perlmutter.local.bash
description: Install OSU benchmark
run: |
module swap PrgEnv-nvidia PrgEnv-gnu
module load PrgEnv-gnu
wget https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.9.tar.gz
tar xf osu-micro-benchmarks-5.9.tar.gz
cd osu-micro-benchmarks-5.9
Expand All @@ -18,7 +18,7 @@ buildspecs:
sbatch: ["-A nstaff_g", "-t 5", "-n 2", "-N 2", "-C gpu"]
description: Run osu bandwidth test (osu_bw, osu_bibw) on 2 nodes with 2 MPI processes
run: |
module swap PrgEnv-nvidia PrgEnv-gnu
module load PrgEnv-gnu
srun -n 2 $HOME/benchmarks/osu/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_bibw
srun -n 2 $HOME/benchmarks/osu/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_bw

0 comments on commit 7fe5dd1

Please sign in to comment.