Skip to content

Commit

Permalink
Merge pull request #449 from climbfuji/bugfix/mapl_mvapich_rel160
Browse files Browse the repository at this point in the history
release/1.60: bug fix for mapl with mvapich2
  • Loading branch information
climbfuji authored Jul 10, 2024
2 parents 338cca0 + 50d4480 commit f691a00
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 @@ -349,6 +349,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 f691a00

Please sign in to comment.