diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-20 17:07:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 17:07:09 (GMT) |
commit | 4466a30825eda620a00e5d8fac35ecf765296aad (patch) | |
tree | 84497284f2a6c6558a02329512f379328fdbdfa9 /testpar | |
parent | 60820abcbef0cd4efa23cabacc728c088aebf554 (diff) | |
download | hdf5-4466a30825eda620a00e5d8fac35ecf765296aad.zip hdf5-4466a30825eda620a00e5d8fac35ecf765296aad.tar.gz hdf5-4466a30825eda620a00e5d8fac35ecf765296aad.tar.bz2 |
Change TestExpress #1722 (#1776)
* Change TestExpress #1722
* Update comment
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index 8b548ed..63d6b69 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -522,8 +522,8 @@ dataset_vrfy(hsize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[] } /* NOTE: This is a memory intensive test and is only run - * with 2 MPI ranks and with $HDF5TestExpress == 0 - * i.e. Exhaustive test run is allowed. Otherwise + * with 2 MPI ranks and with a testing express level + * of 0, i.e. Exhaustive test run is allowed. Otherwise * the test is skipped. * * Thanks to l.ferraro@cineca.it for the following test:: |