summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-07-02 17:43:38 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-07-02 17:44:12 -0600
commite8827415e767b1252f3851edef8e000980b7f2a1 (patch)
tree4128f82bcd2eb971823ef3d4d5a6e5b5650d3fac /sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch
parentsys-kernel/dracut: make myself a maintainer (diff)
downloadgentoo-e8827415e767b1252f3851edef8e000980b7f2a1.tar.gz
gentoo-e8827415e767b1252f3851edef8e000980b7f2a1.tar.bz2
gentoo-e8827415e767b1252f3851edef8e000980b7f2a1.zip
sci-libs/h5hut: initial commit
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch')
-rw-r--r--sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch b/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch
new file mode 100644
index 000000000000..a94c8e59000f
--- /dev/null
+++ b/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch
@@ -0,0 +1,12 @@
+diff -Naur H5hut-1.99.13.orig/src/h5core/h5_hdf5_private.h H5hut-1.99.13/src/h5core/h5_hdf5_private.h
+--- H5hut-1.99.13.orig/src/h5core/h5_hdf5_private.h 2017-07-02 16:46:44.899690038 -0600
++++ H5hut-1.99.13/src/h5core/h5_hdf5_private.h 2017-07-02 16:47:16.550080867 -0600
+@@ -934,7 +934,7 @@
+ HDF5_WRAPPER_ENTER (h5_err_t,
+ "fapl_id=%d, comm=..., use_gpfs=%d",
+ fapl_id, (int)use_gpfs);
+- if ( H5Pset_fapl_mpiposix (fapl_id, comm, use_gpfs) < 0)
++ if ( H5Pset_fapl_mpio (fapl_id, comm, use_gpfs) < 0)
+ HDF5_WRAPPER_LEAVE (
+ h5_error (
+ H5_ERR_HDF5,