Updated HDF5 to use MPI.
This commit is contained in:
parent
9d71093500
commit
1f0246f970
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ def install(self, spec, prefix):
|
|||
"--prefix=%s" % prefix,
|
||||
"--with-zlib=%s" % spec['zlib'].prefix,
|
||||
"--enable-parallel",
|
||||
"--enable-shared")
|
||||
# "CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
|
||||
# "CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
|
||||
"--enable-shared",
|
||||
"CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
|
||||
"CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
|
||||
|
||||
make()
|
||||
make("install")
|
||||
|
|
Loading…
Reference in a new issue