diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-07-13 05:35:14 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-07-13 05:35:14 (GMT) |
commit | 9336c79001284eff9b1c69c3470609542d57e4ff (patch) | |
tree | 57ec09b262cfb7ac0f6117a684f0618bcf453d63 /testpar/testphdf5.c | |
parent | 46cb3388eaf13420e06ae7319291e19b712f69dc (diff) | |
download | hdf5-9336c79001284eff9b1c69c3470609542d57e4ff.zip hdf5-9336c79001284eff9b1c69c3470609542d57e4ff.tar.gz hdf5-9336c79001284eff9b1c69c3470609542d57e4ff.tar.bz2 |
[svn-r483] Revised for alpha-2 release.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 65d08ea..a24e0df 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -51,7 +51,7 @@ void pause_proc(MPI_Comm comm, int argc, char **argv) if (MAINPROCESS) while ((stat(greenlight, &statbuf) == -1) && loops < maxloop){ if (!loops++){ - printf("Proc %d (%*s, %d): You may attach %d for debugging.\n", + printf("Proc %d (%*s, %d): to debug, attach %d\n", mpi_rank, mpi_namelen, mpi_name, pid, pid); } printf("waiting(%ds) for file %s ...\n", time_int, greenlight); |