Skip to content

Commit

Permalink
Turn off gpu aware mpi for rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Nov 24, 2024
1 parent 09d3c46 commit 14f34a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/lammps/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def compute_applications_section(self):
elif self.spec.satisfies("+rocm"):
problem_sizes = {"x": 20, "y": 40, "z": 32}
kokkos_mode = "g 1"
kokkos_gpu_aware = "on"
kokkos_gpu_aware = "off"
kokkos_comm = "device"

for nk, nv in problem_sizes.items():
Expand Down

0 comments on commit 14f34a6

Please sign in to comment.