diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 18:17:40 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 18:17:40 (GMT) |
commit | 0444f65140e54bb462e91c2e18abac8200aa0cee (patch) | |
tree | 66a8cfc5bb4844ebe24e59163589fbb17cc2f14a /testpar/t_dset.c | |
parent | 4e00ee2916bf4091e64d1c6b89866f4895d44507 (diff) | |
parent | edcba1ce2e11f80d20fcce8f4cfacae1308bf839 (diff) | |
download | hdf5-0444f65140e54bb462e91c2e18abac8200aa0cee.zip hdf5-0444f65140e54bb462e91c2e18abac8200aa0cee.tar.gz hdf5-0444f65140e54bb462e91c2e18abac8200aa0cee.tar.bz2 |
Merge branch 'develop' into develop_minor
Diffstat (limited to 'testpar/t_dset.c')
-rw-r--r-- | testpar/t_dset.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testpar/t_dset.c b/testpar/t_dset.c index 832a47f..87782d0 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -567,7 +567,6 @@ dataset_writeAll(void) size_t num_points; /* for point selection */ hsize_t *coords = NULL; /* for point selection */ hsize_t current_dims; /* for point selection */ - int i; herr_t ret; /* Generic return value */ int mpi_size, mpi_rank; @@ -1098,7 +1097,6 @@ dataset_readAll(void) size_t num_points; /* for point selection */ hsize_t *coords = NULL; /* for point selection */ - hsize_t current_dims; /* for point selection */ int i,j,k; herr_t ret; /* Generic return value */ @@ -3470,8 +3468,9 @@ actual_io_mode_tests(void) { * Programmer: Jonathan Kim * Date: Aug, 2012 */ +#ifdef LATER #define DSET_NOCOLCAUSE "nocolcause" -#define NELM 2 +#endif #define FILE_EXTERNAL "nocolcause_extern.data" static void test_no_collective_cause_mode(int selection_mode) @@ -3482,7 +3481,6 @@ test_no_collective_cause_mode(int selection_mode) uint32_t no_collective_cause_global_write = 0; uint32_t no_collective_cause_global_read = 0; uint32_t no_collective_cause_global_expected = 0; - hsize_t coord[NELM][RANK]; const char * filename; const char * test_name; @@ -3797,6 +3795,7 @@ test_no_collective_cause_mode(int selection_mode) * Programmer: Jonathan Kim * Date: Aug, 2012 */ +#ifdef LATER static void test_no_collective_cause_mode_filter(int selection_mode) { @@ -4008,6 +4007,7 @@ test_no_collective_cause_mode_filter(int selection_mode) HDfree(buffer); return; } +#endif /* Function: no_collective_cause_tests * |