diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-03-17 17:55:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 17:55:32 (GMT) |
commit | a89f1a4d7533b9ecb09b7a67582efd3e1547e9ad (patch) | |
tree | 9c5be409aa71c37a915cbe9b2104c4d6a1e951d2 /testpar | |
parent | f35a99e4e6fa006fc9bc0a1de500123ef2adca91 (diff) | |
download | hdf5-a89f1a4d7533b9ecb09b7a67582efd3e1547e9ad.zip hdf5-a89f1a4d7533b9ecb09b7a67582efd3e1547e9ad.tar.gz hdf5-a89f1a4d7533b9ecb09b7a67582efd3e1547e9ad.tar.bz2 |
Remove an obsolete comment from the MDS test (#2578)
The seed is now broadcast from rank 0, so the warning about multiple
machines having different seeds is unnecessary.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_pmulti_dset.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testpar/t_pmulti_dset.c b/testpar/t_pmulti_dset.c index 52d0aa7..dd9a71a 100644 --- a/testpar/t_pmulti_dset.c +++ b/testpar/t_pmulti_dset.c @@ -17,10 +17,6 @@ * Purpose: Test H5Dwrite_multi() and H5Dread_multi using randomized * parameters in parallel. Also tests H5Dwrite() and H5Dread() * using a similar method. - * - * Note that this test currently relies on all processes generating - * the same sequence of random numbers after using a shared seed - * value, therefore it may not work across multiple machines. */ #include "h5test.h" |