[MOAB-dev] commit/MOAB: danwu: Added TestErrorHandling and TestErrorHandlingPar back to merged examples/makefile. Also, the two generated executable files will be ignored in the repo.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Feb 14 17:15:16 CST 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/cc815ceb3d73/
Changeset:   cc815ceb3d73
Branch:      error_handling_enhancement
User:        danwu
Date:        2014-02-15 00:15:04
Summary:     Added TestErrorHandling and TestErrorHandlingPar back to merged examples/makefile. Also, the two generated executable files will be ignored in the repo.

Affected #:  2 files

diff --git a/.gitignore b/.gitignore
index eb99939..41d33aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,8 @@ examples/SkinMesh
 examples/structuredmesh
 examples/StructuredMeshSimple
 examples/SurfArea
+examples/TestErrorHandling
+examples/TestErrorHandlingPar
 examples/TestExodusII
 history??.jou
 hpctoolkit-*

diff --git a/examples/makefile b/examples/makefile
index 8a84899..de54c24 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -7,8 +7,8 @@ include ${MOAB_DIR}/lib/iMesh-Defs.inc
 # MESH_DIR is the directory containing mesh files that come with MOAB source
 MESH_DIR="../MeshFiles/unittest"
 
-EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles point_in_elem_search DeformMeshRemap
-PAREXAMPLES = HelloParMOAB ReduceExchangeTags LloydRelaxation
+EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles point_in_elem_search DeformMeshRemap TestErrorHandling
+PAREXAMPLES = HelloParMOAB ReduceExchangeTags LloydRelaxation TestErrorHandlingPar
 EXOIIEXAMPLES = TestExodusII
 F90EXAMPLES = DirectAccessNoHolesF90 PushParMeshIntoMoabF90
 
@@ -59,6 +59,12 @@ PushParMeshIntoMoabF90: PushParMeshIntoMoabF90.o
 DeformMeshRemap: DeformMeshRemap.o ${MOAB_LIBDIR}/libMOAB.la
 	${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK} -lmbcoupler ${MOAB_LIBS_LINK}
 
+TestErrorHandling: TestErrorHandling.o ${MOAB_LIBDIR}/libMOAB.la
+	${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
+
+TestErrorHandlingPar: TestErrorHandlingPar.o ${MOAB_LIBDIR}/libMOAB.la
+	${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
+
 clean:
 	rm -rf *.o *.mod ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}

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