Skip to content

Commit

Permalink
Update var/spack/repos/builtin/packages/mapl/package.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Thompson <[email protected]>
  • Loading branch information
climbfuji and mathomp4 authored Jul 10, 2024
1 parent c84c8bc commit 50d4480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/mapl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ 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", "mpich"))
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 50d4480

Please sign in to comment.