summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-06 11:43:31 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-06 11:43:31 (GMT)
commit4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0 (patch)
treefca214f3f947841aaed3f967853a58d0de48cca5 /test/vfd_swmr.c
parent555d6593b714158644f0339f69e18588e5372160 (diff)
downloadhdf5-4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0.zip
hdf5-4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0.tar.gz
hdf5-4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0.tar.bz2
Better VFD SWMR parallel skip test
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 9c5899e..304b12a 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3473,11 +3473,14 @@ main(void)
* currently disabled for multi/split drivers.
*/
if ((0 == HDstrcmp(env_h5_drvr, "multi")) || (0 == HDstrcmp(env_h5_drvr, "split"))) {
-
- SKIPPED()
HDputs("Skip VFD SWMR test because paged aggregation is disabled for multi/split drivers");
HDexit(EXIT_SUCCESS);
- } /* end if */
+ }
+
+#ifdef H5_HAVE_PARALLEL
+ HDputs("Skip VFD SWMR test because paged aggregation is disabled in parallel HDF5");
+ HDexit(EXIT_SUCCESS);
+#endif
/* Set up */
h5_reset();
@@ -3485,7 +3488,7 @@ main(void)
if ((fapl = h5_fileaccess()) < 0) {
nerrors++;
PUTS_ERROR("Can't get VFD-dependent fapl")
- } /* end if */
+ }
nerrors += test_fapl();