From 64eb1489de409b08026faa112fd1baad98ef1bcc Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 20 Dec 2018 03:43:53 -0800 Subject: Added a helpful message to the flush script. --- testpar/testpflush.sh.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v0.12