[MOAB-dev] r5865 - in MOAB/trunk: MeshFiles/unittest test/parallel

iulian at mcs.anl.gov iulian at mcs.anl.gov
Wed Nov 14 22:42:09 CST 2012


Author: iulian
Date: 2012-11-14 22:42:09 -0600 (Wed, 14 Nov 2012)
New Revision: 5865

Added:
   MOAB/trunk/MeshFiles/unittest/Homme_2pt.h5m
   MOAB/trunk/test/parallel/par_coupler_test.cpp
   MOAB/trunk/test/parallel/par_intx_sph.cpp
Modified:
   MOAB/trunk/test/parallel/Makefile.am
Log:
add a test for mbcoupler in test/parallel 
also, start the intersection of euler and lagrange meshes in parallel
lagrange is manufactured the same way as in the manufHomme.py script from
MeshKit/python/examples


Added: MOAB/trunk/MeshFiles/unittest/Homme_2pt.h5m
===================================================================
(Binary files differ)


Property changes on: MOAB/trunk/MeshFiles/unittest/Homme_2pt.h5m
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am	2012-11-13 15:50:14 UTC (rev 5864)
+++ MOAB/trunk/test/parallel/Makefile.am	2012-11-15 04:42:09 UTC (rev 5865)
@@ -11,7 +11,19 @@
                -I$(top_srcdir)/src \
                -I$(top_srcdir)/src/parallel \
                -I$(top_srcdir)/src/io/mhdf/include
+               
+if ENABLE_mbcoupler
+  AM_CPPFLAGS += -I$(top_srcdir)/tools/mbcoupler \
+                 -I$(top_srcdir)/itaps \
+                 -I$(top_srcdir)/itaps/imesh \
+                 -I$(top_srcdir)/src/moab/point_locater/lotte 
+  
+endif
 
+if ENABLE_mbcslam
+  AM_CPPFLAGS += -I$(top_srcdir)/tools/mbcslam
+endif
+
 # Run parallel tests in parallel
 if USE_MPIEXEC
   OLD_ENVIRONMENT := ${TESTS_ENVIRONMENT}
@@ -25,7 +37,9 @@
         pcomm_serial \
 	$(NETCDF_TESTS) \
 	$(PNETCDF_TESTS) \
-        $(HDF5_TESTS)
+        $(HDF5_TESTS) \
+        $(COUPLER_TESTS) \
+        $(MBCSLAM_TESTS)
 
 if PARALLEL_HDF5
   HDF5_TESTS = parallel_hdf5_test mhdf_parallel parallel_write_test
@@ -45,6 +59,18 @@
   PNETCDF_TESTS = 
 endif
 
+if ENABLE_mbcoupler
+  COUPLER_TESTS = par_coupler_test


More information about the moab-dev mailing list