summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:16:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:16:45 (GMT)
commit1bd3635781b6ee98fe27548aa103e9c77173f846 (patch)
treee04d280a5e189fc742d60f773d6f43656528cf90 /testpar/testphdf5.c
parent0c0d6bd4dfd9fab75e4b3f04284e395cfced69c6 (diff)
downloadhdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.zip
hdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.tar.gz
hdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.tar.bz2
[svn-r29880] Add HD to sleep function calls
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index b7a68d9..8cf29f3 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -88,7 +88,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);
}