Skip to content

Commit

Permalink
Bug fix for mapl: configure mvapich2 (spack#45164)
Browse files Browse the repository at this point in the history
* Bug fix for mapl: configure mvapich2
* Update var/spack/repos/builtin/packages/mapl/package.py

---------

Co-authored-by: Matt Thompson <[email protected]>
  • Loading branch information
climbfuji and mathomp4 committed Aug 20, 2024
1 parent ac9db43 commit 349059e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/mapl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ def cmake_args(self):

if self.spec.satisfies("^mpich"):
args.append(self.define("MPI_STACK", "mpich"))
elif self.spec.satisfies("^mvapich2"):
args.append(self.define("MPI_STACK", "mvapich"))
elif self.spec.satisfies("^openmpi"):
args.append(self.define("MPI_STACK", "openmpi"))
elif self.spec.satisfies("^intel-oneapi-mpi"):
Expand Down

0 comments on commit 349059e

Please sign in to comment.