[MOAB-dev] r5780 - MOAB/trunk/test/parallel
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Oct 10 07:57:33 CDT 2012
Author: iulian
Date: 2012-10-10 07:57:33 -0500 (Wed, 10 Oct 2012)
New Revision: 5780
Modified:
MOAB/trunk/test/parallel/Makefile.am
Log:
deactivate ucd trivial test :( for the time being
Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am 2012-10-09 21:50:12 UTC (rev 5779)
+++ MOAB/trunk/test/parallel/Makefile.am 2012-10-10 12:57:33 UTC (rev 5780)
@@ -40,7 +40,8 @@
endif
if PNETCDF_FILE
- PNETCDF_TESTS = ucdtrvpart
+ PNETCDF_TESTS =
+# ucdtrvpart
# ucdnodpart
else
PNETCDF_TESTS =
@@ -61,7 +62,7 @@
structured3_SOURCES = structured3.cpp
parmerge_SOURCES = parmerge.cpp
scdpart_SOURCES = scdpart.cpp
-ucdtrvpart_SOURCES = ucdtrvpart.cpp
+# ucdtrvpart_SOURCES = ucdtrvpart.cpp
# ucdnodpart_SOURCES = ucdnodpart.cpp
# Other files to clean up (e.g. output from tests)
More information about the moab-dev
mailing list