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:
@@ -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 */
|
||||
);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user