diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-28 19:27:50 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-28 19:27:50 (GMT) |
commit | 406330addf45529ecdd088f4d22e9aab9a03661d (patch) | |
tree | 561fdc6b23a55bdf40f13d10fe68a9029e7cbed4 /testpar | |
parent | 9214617e2e852e33089d7f330ee8b2bd78c9b5d0 (diff) | |
download | hdf5-406330addf45529ecdd088f4d22e9aab9a03661d.zip hdf5-406330addf45529ecdd088f4d22e9aab9a03661d.tar.gz hdf5-406330addf45529ecdd088f4d22e9aab9a03661d.tar.bz2 |
rename macro
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_bigio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c index 8fb11fd..ada832c 100644 --- a/testpar/t_bigio.c +++ b/testpar/t_bigio.c @@ -15,7 +15,7 @@ const char *FILENAME[3]={ "bigio_test.h5", /* Define some handy debugging shorthands, routines, ... */ /* debugging tools */ -#define MAINPROCESS_G (!mpi_rank_g) /* define process 0 as main process */ +#define MAIN_PROCESS (!mpi_rank_g) /* define process 0 as main process */ /* Constants definitions */ #define RANK 2 @@ -1121,7 +1121,7 @@ single_rank_independent_io(void) if (mpi_rank_g == 0) HDprintf("single_rank_independent_io\n"); - if (MAINPROCESS_G) { + if (MAIN_PROCESS) { hsize_t dims[] = { LARGE_DIM }; hid_t file_id = -1; hid_t fapl_id = -1; |