updated h5_lustre.c to user new macros; changed library targets to ../lib/lib*.a to avoid the mv and mkdir hacks in Makefile.am; fixed problem in h5u_test with H5PartSetViewIndices; OPEN BUG with h5u_test for >1 MPI task (strange pthread setfault?)

This commit is contained in:
Marc Howison
2011-05-05 17:58:05 +00:00
parent c676222a03
commit 11fd3c10c5
22 changed files with 122 additions and 111 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ H5PartSetView (
h5_err_t
H5PartSetViewIndices (
h5_file_t *f, /*!< [in] Handle to open file */
const h5_id_t *indices, /*!< [in] List of indices */
const h5_size_t *indices, /*!< [in] List of indices */
h5_size_t nelems /*!< [in] Size of list */
);
+2 -2
View File
@@ -33,8 +33,8 @@ h5u_set_view (
h5_err_t
h5u_set_view_indices (
h5_file_t *const f,
const h5_id_t *const indices,
const h5_size_t nelems
const h5_size_t *const indices,
h5_size_t nelems
);
h5_err_t