diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-28 19:27:50 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:53 (GMT) |
commit | 76c0e0aa4ccf00ba7d5f9bb51517c3746cb3a505 (patch) | |
tree | 81c82f5e914c0c03fa4c794c531955baaf3bf44c /testpar | |
parent | d59460e6321ff16f6312c81ed402dfaa8d4f2359 (diff) | |
download | hdf5-76c0e0aa4ccf00ba7d5f9bb51517c3746cb3a505.zip hdf5-76c0e0aa4ccf00ba7d5f9bb51517c3746cb3a505.tar.gz hdf5-76c0e0aa4ccf00ba7d5f9bb51517c3746cb3a505.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; |