diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 11:43:53 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 11:43:53 (GMT) |
commit | 64eb1489de409b08026faa112fd1baad98ef1bcc (patch) | |
tree | 3df6b581e3fa99daade1fe09f4173284c8815e9b /testpar | |
parent | fe1a5b4279bbbf705c6d3b3886ffe2a963bd07ec (diff) | |
download | hdf5-64eb1489de409b08026faa112fd1baad98ef1bcc.zip hdf5-64eb1489de409b08026faa112fd1baad98ef1bcc.tar.gz hdf5-64eb1489de409b08026faa112fd1baad98ef1bcc.tar.bz2 |
Added a helpful message to the flush script.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testpflush.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testpar/testpflush.sh.in b/testpar/testpflush.sh.in index e1eb1ef..f2ce029 100644 --- a/testpar/testpflush.sh.in +++ b/testpar/testpflush.sh.in @@ -36,8 +36,14 @@ fi # Run the first parallel flush test program # (note that we ignore any errors here) # ========================================== +echo "*** NOTE ***********************************************************" +echo "You may see complaints from mpiexec et al. that not all processes" +echo "called MPI_Finalize(). This is an intended characteristic of the" +echo "test and should not be considered an error." +echo "********************************************************************" @RUNPARALLELSCRIPT@ ./t_pflush1 + # =========================================== # Run the second parallel flush test program # The return code of this call is the return |