From d7efa7da82fcc551e24b447643d6a8a0f1aac0fc Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Tue, 26 Apr 2022 07:59:24 -0600 Subject: [PATCH] fixing parallel I/O bug with dim length for unlimited dimensions --- nc_test/tst_small.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nc_test/tst_small.c b/nc_test/tst_small.c index f44068271..d4172cec4 100644 --- a/nc_test/tst_small.c +++ b/nc_test/tst_small.c @@ -509,8 +509,7 @@ main(int argc, char **argv) /* Go thru formats and run all tests for each of two (for netCDF-3 * only builds), or 4 (for netCDF-4 builds) different formats. */ - /* for (i = NUM_FORMATS; i >= 1; i--) */ - i = NC_FORMAT_NETCDF4; + for (i = NUM_FORMATS; i >= 1; i--) { switch (i) {