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,
|
"--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")
|
||||||
|
|
Loading…
Reference in a new issue