Updated HDF5 to use MPI.

This commit is contained in:
Saravan Pantham 2015-05-27 17:44:48 -07:00 committed by Todd Gamblin
parent 9d71093500
commit 1f0246f970

View file

@ -23,9 +23,9 @@ def install(self, spec, prefix):
"--prefix=%s" % prefix, "--prefix=%s" % prefix,
"--with-zlib=%s" % spec['zlib'].prefix, "--with-zlib=%s" % spec['zlib'].prefix,
"--enable-parallel", "--enable-parallel",
"--enable-shared") "--enable-shared",
# "CC=%s" % spec['mpich'].prefix.bin + "/mpicc", "CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
# "CXX=%s" % spec['mpich'].prefix.bin + "/mpic++") "CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
make() make()
make("install") make("install")