[MOAB-dev] r4160 - in MOAB/trunk: . itaps/imesh src/io test/perf

tautges at mcs.anl.gov tautges at mcs.anl.gov
Mon Sep 27 09:17:57 CDT 2010


Author: tautges
Date: 2010-09-27 09:17:56 -0500 (Mon, 27 Sep 2010)
New Revision: 4160

Modified:
   MOAB/trunk/Makefile.am
   MOAB/trunk/itaps/imesh/Makefile.am
   MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp
   MOAB/trunk/src/io/ReadSms.cpp
   MOAB/trunk/test/perf/tstt_perf_binding.cpp
Log:
- Improvements to the tstt_perf_binding code
- Fixed order issue between test and itaps that prevented tests from running before
- renaming one of the functions in iMeshP
- small improvements to ReadSms, nothing major



Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2010-09-25 15:27:03 UTC (rev 4159)
+++ MOAB/trunk/Makefile.am	2010-09-27 14:17:56 UTC (rev 4160)
@@ -5,7 +5,7 @@
 ACLOCAL_AMFLAGS = -I config
 
 # Subdirectories to build
-SUBDIRS = src MeshFiles test $(itaps_dir) tools doc examples
+SUBDIRS = src MeshFiles $(itaps_dir) tools test doc examples
 
 if ENABLE_igeom
   itaps_dir_igeom = itaps

Modified: MOAB/trunk/itaps/imesh/Makefile.am
===================================================================
--- MOAB/trunk/itaps/imesh/Makefile.am	2010-09-25 15:27:03 UTC (rev 4159)
+++ MOAB/trunk/itaps/imesh/Makefile.am	2010-09-27 14:17:56 UTC (rev 4160)
@@ -25,7 +25,7 @@
   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 MOAB_iMeshP_unit_tests iMeshP_unitTest
 #  moabtest_SOURCES = moabtest.F
 
 #  check_PROGRAMS += ftest
@@ -44,6 +44,9 @@
 MOAB_iMeshP_unit_tests_SOURCES = MOAB_iMeshP_unit_tests.cpp
 MOAB_iMeshP_unit_tests_DEPENDENCIES = $(TESTDEPS)
 
+iMeshP_unitTest_SOURCES = iMeshP_unitTest.cc
+iMeshP_unitTest_DEPENDENCIES = $(TESTDEPS)
+
 lib_LTLIBRARIES = libiMesh.la
 
 libiMesh_la_includedir = $(includedir)

Modified: MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp	2010-09-25 15:27:03 UTC (rev 4159)
+++ MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp	2010-09-27 14:17:56 UTC (rev 4160)
@@ -1563,9 +1563,9 @@
   RETURN(iBase_SUCCESS);
 }
 
-void iMeshP_deleteGhostEnts( iMesh_Instance instance,
-                             iMeshP_PartitionHandle partition_handle,
-                             int *err )
+void iMeshP_deleteGhostEntsAll( iMesh_Instance instance,
+                                iMeshP_PartitionHandle partition_handle,


More information about the moab-dev mailing list