[MOAB-dev] commit/MOAB: iulian07: without hdf5 tests in parallel

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 27 10:08:24 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/e744df0caa8b/
Changeset:   e744df0caa8b
Branch:      iulian07/without_hdf5
User:        iulian07
Date:        2014-06-27 17:05:45
Summary:     without hdf5 tests in parallel

some need to be simply disabled, as they are using reader/writer
in parallel.
When configured without hdf5, we can't run them

Affected #:  2 files

diff --git a/itaps/imesh/Makefile.am b/itaps/imesh/Makefile.am
index 647b8c1..6d9bf74 100644
--- a/itaps/imesh/Makefile.am
+++ b/itaps/imesh/Makefile.am
@@ -37,7 +37,10 @@ if PARALLEL
   AM_CPPFLAGS += -I$(top_srcdir)/src/parallel -I$(top_srcdir)/src/parallel/moab
 
 #  check_PROGRAMS += partest iMeshP_unit_tests moabtest
-  check_PROGRAMS += partest MOAB_iMeshP_unit_tests 
+  check_PROGRAMS += partest  
+if PARALLEL_HDF5
+  check_PROGRAMS += MOAB_iMeshP_unit_tests 
+endif
 #  moabtest_SOURCES = moabtest.F
 
 #  check_PROGRAMS += ftest

diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index b42ba0b..abd817e 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -31,8 +31,6 @@ if USE_MPIEXEC
 endif
 
 TESTS = pcomm_unit \
-        parallel_unit_tests \
-        uber_parallel_test \
         scdtest \
         pcomm_serial \
 	par_spatial_locator_test \
@@ -42,7 +40,9 @@ TESTS = pcomm_unit \
         $(MBCSLAM_TESTS)
 
 if PARALLEL_HDF5
-  HDF5_TESTS = parallel_hdf5_test mhdf_parallel parallel_write_test
+  HDF5_TESTS = parallel_hdf5_test mhdf_parallel parallel_write_test \
+        parallel_unit_tests \
+        uber_parallel_test 
 else
   HDF5_TESTS = 
 endif

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list