Skip to content
Snippets Groups Projects
Commit 09d657e9 authored by Joseph Ciurej's avatar Joseph Ciurej
Browse files

Fixed the MPI variant for the 'zoltan' package.

parent b1b94d2b
Branches
Tags
No related merge requests found
......@@ -28,6 +28,8 @@ def install(self, spec, prefix):
if '+mpi' in spec:
config_args.append('--with-mpi=%s' % spec['mpi'].prefix)
config_args.append('--with-mpi-compilers=%s' % spec['mpi'].prefix.bin)
config_args.append('CC=%s/mpicc' % spec['mpi'].prefix.bin)
config_args.append('CXX=%s/mpicxx' % spec['mpi'].prefix.bin)
# NOTE: Early versions of Zoltan come packaged with a few embedded
# library packages (e.g. ParMETIS, Scotch), which messes with Spack's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment