diff options
Diffstat (limited to 'testpar/t_shapesame.c')
-rw-r--r-- | testpar/t_shapesame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index 8be1610..ec46904 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -4764,7 +4764,7 @@ void pause_proc(void) } printf("waiting(%ds) for file %s ...\n", time_int, greenlight); fflush(stdout); - sleep(time_int); + HDsleep(time_int); } MPI_Barrier(MPI_COMM_WORLD); } |