2017-11-08 10:04:37 +00:00
|
|
|
From: Egbert Eich <eich@suse.com>
|
2018-11-17 20:29:11 +00:00
|
|
|
Date: Sat Nov 17 20:11:13 2018 +0100
|
|
|
|
Subject: Disable phdf5 tests
|
|
|
|
Patch-mainline: never
|
|
|
|
Git-commit: 16d758d17d9c49ab9e34d510675929b9ccc8be5a
|
2017-11-08 10:04:37 +00:00
|
|
|
References:
|
|
|
|
|
2018-11-17 20:29:11 +00:00
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
2017-11-08 10:04:37 +00:00
|
|
|
---
|
|
|
|
testpar/CMakeTests.cmake | 2 +-
|
|
|
|
testpar/Makefile.am | 2 +-
|
2018-11-17 20:29:11 +00:00
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
2017-11-08 10:04:37 +00:00
|
|
|
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
|
2018-11-17 20:29:11 +00:00
|
|
|
index 87470f3..ce2f2e4 100644
|
2017-11-08 10:04:37 +00:00
|
|
|
--- a/testpar/CMakeTests.cmake
|
|
|
|
+++ b/testpar/CMakeTests.cmake
|
|
|
|
@@ -16,7 +16,7 @@
|
|
|
|
##############################################################################
|
|
|
|
##############################################################################
|
|
|
|
|
2018-09-21 19:26:10 +00:00
|
|
|
-add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS})
|
2018-11-17 20:29:11 +00:00
|
|
|
+##add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS})
|
2017-11-08 10:04:37 +00:00
|
|
|
|
|
|
|
foreach (testp ${H5P_TESTS})
|
2018-09-21 19:26:10 +00:00
|
|
|
add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:${testp}> ${MPIEXEC_POSTFLAGS})
|
2017-11-08 10:04:37 +00:00
|
|
|
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
|
2018-11-17 20:29:11 +00:00
|
|
|
index 7262ca6..e9c8c4a 100644
|
2017-11-08 10:04:37 +00:00
|
|
|
--- a/testpar/Makefile.am
|
|
|
|
+++ b/testpar/Makefile.am
|
|
|
|
@@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test
|
|
|
|
|
|
|
|
# Test programs. These are our main targets.
|
|
|
|
#
|
2018-09-21 19:26:10 +00:00
|
|
|
-TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
|
|
|
+TEST_PROG_PARA=t_mpi t_bigio t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
2017-11-08 10:04:37 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = $(TEST_PROG_PARA)
|
|
|
|
|