summaryrefslogtreecommitdiffstats
path: root/testpar/API/testphdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/API/testphdf5.c')
-rw-r--r--testpar/API/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/API/testphdf5.c b/testpar/API/testphdf5.c
index b02d0a3..044ebac 100644
--- a/testpar/API/testphdf5.c
+++ b/testpar/API/testphdf5.c
@@ -83,7 +83,7 @@ pause_proc(void)
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);
- HDfflush(stdout);
+ fflush(stdout);
HDsleep(time_int);
}
MPI_Barrier(MPI_COMM_WORLD);