Fixed the MPI variant for the 'zoltan' package.
This commit is contained in:
parent
b1b94d2b7f
commit
09d657e98e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user