[MOAB-dev] MOAB check for *x86* failed.

Jason Kraftcheck jason at hex.ep.wisc.edu
Sat Mar 29 01:35:10 CDT 2008


../src/MBReadUtil.cpp: In member function 'virtual MBErrorCode MBReadUtil::create_entity_sets(MBEntityID, const unsigned int*, MBEntityID, int, MBEntityHandle&)':
../src/MBReadUtil.cpp:154: warning: comparison between signed and unsigned integer expressions
/opt/netcdf-3.6.1-32-c2/include/netcdfcpp.h:179: warning: 'class NcTypedComponent' has virtual functions but non-virtual destructor
/usr/include/c++/4.1.3/bits/stl_algo.h: In function '_RandomAccessIterator std::__find(_RandomAccessIterator, _RandomAccessIterator, const _Tp&, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]':
/usr/include/c++/4.1.3/bits/stl_algo.h:316:   instantiated from '_InputIterator std::find(_InputIterator, _InputIterator, const _Tp&) [with _InputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]'
../src/DualTool.cpp:2192:   instantiated from here
/usr/include/c++/4.1.3/bits/stl_algo.h:208: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:212: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:216: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:220: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:228: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:232: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:236: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h: In function '_OutputIterator std::remove_copy(_InputIterator, _InputIterator, _OutputIterator, const _Tp&) [with _InputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _OutputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]':
/usr/include/c++/4.1.3/bits/stl_algo.h:1256:   instantiated from '_ForwardIterator std::remove(_ForwardIterator, _ForwardIterator, const _Tp&) [with _ForwardIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]'
../src/DualTool.cpp:2195:   instantiated from here
/usr/include/c++/4.1.3/bits/stl_algo.h:1179: warning: comparison between signed and unsigned integer expressions
../src/MBAdaptiveKDTree.cpp:1566: warning: 'MBErrorCode closest_to_triangles(MBInterface*, MBEntityHandle, double, const MBCartVect&, std::vector<unsigned int, std::allocator<unsigned int> >&, std::vector<MBCartVect, std::allocator<MBCartVect> >&)' defined but not used
../src/test_adj.cpp: In function ‘int main()’:
../src/test_adj.cpp:52: warning: comparison between signed and unsigned integer expressions
../src/test_adj.cpp:57: warning: comparison between signed and unsigned integer expressions
../src/adaptive_kd_tree_tests.cpp: In function ‘bool create_simple_2d_tree(MBAdaptiveKDTree&, MBEntityHandle&, MBEntityHandle*)’:
../src/adaptive_kd_tree_tests.cpp:415: warning: unused variable ‘mb’
==31542== Memcheck, a memory error detector.
==31542== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31542== Using LibVEX rev 1804, a library for dynamic binary translation.
==31542== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31542== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31542== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31542== For more details, rerun with: -v
==31542== 
==31542== Syscall param write(buf) points to uninitialised byte(s)
==31542==    at 0x4A26B6E: __write_nocancel (in /emul/ia32-linux/lib/libc-2.7.so)
==31542==    by 0x474936F: H5FD_sec2_write (in /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so.0.0.0)
==31542==  Address 0x8b4bb58 is 440 bytes inside a block of size 1,864 alloc'd
==31542==    at 0x46DCAB8: malloc (vg_replace_malloc.c:207)
==31542==    by 0x474DB05: H5FL_malloc (in /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so.0.0.0)
==31542== 
==31542== ERROR SUMMARY: 18 errors from 1 contexts (suppressed: 19 from 1)
==31542== malloc/free: in use at exit: 51,900 bytes in 774 blocks.
==31542== malloc/free: 866,011 allocs, 865,237 frees, 299,194,892 bytes allocated.
==31542== For counts of detected errors, rerun with: -v
==31542== searching for pointers to 774 not-freed blocks.
==31542== checked 136,376 bytes.
==31542== 
==31542== LEAK SUMMARY:
==31542==    definitely lost: 51,884 bytes in 772 blocks.
==31542==      possibly lost: 0 bytes in 0 blocks.
==31542==    still reachable: 16 bytes in 2 blocks.
==31542==         suppressed: 0 bytes in 0 blocks.
==31542== Rerun with --leak-check=full to see details of leaked memory.
==31548== Memcheck, a memory error detector.
==31548== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31548== Using LibVEX rev 1804, a library for dynamic binary translation.
==31548== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31548== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31548== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31548== For more details, rerun with: -v
==31548== 
==31548== 
==31548== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31548== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31548== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==31548== For counts of detected errors, rerun with: -v
==31548== All heap blocks were freed -- no leaks are possible.
==31551== Memcheck, a memory error detector.
==31551== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31551== Using LibVEX rev 1804, a library for dynamic binary translation.
==31551== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31551== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31551== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31551== For more details, rerun with: -v
==31551== 
==31551== 
==31551== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31551== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31551== malloc/free: 1,217 allocs, 1,217 frees, 73,867,445 bytes allocated.
==31551== For counts of detected errors, rerun with: -v
==31551== All heap blocks were freed -- no leaks are possible.
==31554== Memcheck, a memory error detector.
==31554== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31554== Using LibVEX rev 1804, a library for dynamic binary translation.
==31554== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31554== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31554== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31554== For more details, rerun with: -v
==31554== 
==31554== 
==31554== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31554== malloc/free: in use at exit: 6,882 bytes in 142 blocks.
==31554== malloc/free: 18,968 allocs, 18,826 frees, 1,861,928 bytes allocated.
==31554== For counts of detected errors, rerun with: -v
==31554== searching for pointers to 142 not-freed blocks.
==31554== checked 144,856 bytes.
==31554== 
==31554== LEAK SUMMARY:
==31554==    definitely lost: 6,178 bytes in 140 blocks.
==31554==      possibly lost: 0 bytes in 0 blocks.
==31554==    still reachable: 704 bytes in 2 blocks.
==31554==         suppressed: 0 bytes in 0 blocks.
==31554== Rerun with --leak-check=full to see details of leaked memory.
==31557== Memcheck, a memory error detector.
==31557== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31557== Using LibVEX rev 1804, a library for dynamic binary translation.
==31557== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31557== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31557== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31557== For more details, rerun with: -v
==31557== 
==31557== 
==31557== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31557== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31557== malloc/free: 999 allocs, 999 frees, 100,493 bytes allocated.
==31557== For counts of detected errors, rerun with: -v
==31557== All heap blocks were freed -- no leaks are possible.
==31560== Memcheck, a memory error detector.
==31560== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31560== Using LibVEX rev 1804, a library for dynamic binary translation.
==31560== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31560== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31560== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31560== For more details, rerun with: -v
==31560== 
==31560== 
==31560== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31560== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31560== malloc/free: 203 allocs, 203 frees, 3,792 bytes allocated.
==31560== For counts of detected errors, rerun with: -v
==31560== All heap blocks were freed -- no leaks are possible.
==31563== Memcheck, a memory error detector.
==31563== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31563== Using LibVEX rev 1804, a library for dynamic binary translation.
==31563== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31563== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31563== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31563== For more details, rerun with: -v
==31563== 
==31563== 
==31563== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31563== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31563== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==31563== For counts of detected errors, rerun with: -v
==31563== All heap blocks were freed -- no leaks are possible.
==31566== Memcheck, a memory error detector.
==31566== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31566== Using LibVEX rev 1804, a library for dynamic binary translation.
==31566== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31566== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31566== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31566== For more details, rerun with: -v
==31566== 
==31566== 
==31566== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31566== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31566== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==31566== For counts of detected errors, rerun with: -v
==31566== All heap blocks were freed -- no leaks are possible.
==31569== Memcheck, a memory error detector.
==31569== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31569== Using LibVEX rev 1804, a library for dynamic binary translation.
==31569== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31569== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31569== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31569== For more details, rerun with: -v
==31569== 
==31569== 
==31569== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31569== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31569== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==31569== For counts of detected errors, rerun with: -v
==31569== All heap blocks were freed -- no leaks are possible.
==31572== Memcheck, a memory error detector.
==31572== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31572== Using LibVEX rev 1804, a library for dynamic binary translation.
==31572== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31572== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31572== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31572== For more details, rerun with: -v
==31572== 
==31572== 
==31572== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31572== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31572== malloc/free: 1,207 allocs, 1,207 frees, 351,835 bytes allocated.
==31572== For counts of detected errors, rerun with: -v
==31572== All heap blocks were freed -- no leaks are possible.
==31575== Memcheck, a memory error detector.
==31575== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31575== Using LibVEX rev 1804, a library for dynamic binary translation.
==31575== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31575== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31575== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31575== For more details, rerun with: -v
==31575== 
==31575== 
==31575== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31575== malloc/free: in use at exit: 1,008 bytes in 2 blocks.
==31575== malloc/free: 25,580 allocs, 25,578 frees, 55,905,090 bytes allocated.
==31575== For counts of detected errors, rerun with: -v
==31575== searching for pointers to 2 not-freed blocks.
==31575== checked 136,864 bytes.
==31575== 
==31575== LEAK SUMMARY:
==31575==    definitely lost: 252 bytes in 1 blocks.
==31575==      possibly lost: 0 bytes in 0 blocks.
==31575==    still reachable: 756 bytes in 1 blocks.
==31575==         suppressed: 0 bytes in 0 blocks.
==31575== Rerun with --leak-check=full to see details of leaked memory.
==31578== Memcheck, a memory error detector.
==31578== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31578== Using LibVEX rev 1804, a library for dynamic binary translation.
==31578== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31578== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31578== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31578== For more details, rerun with: -v
==31578== 
==31578== 
==31578== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31578== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31578== malloc/free: 21,877 allocs, 21,877 frees, 3,878,884 bytes allocated.
==31578== For counts of detected errors, rerun with: -v
==31578== All heap blocks were freed -- no leaks are possible.
==31581== Memcheck, a memory error detector.
==31581== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31581== Using LibVEX rev 1804, a library for dynamic binary translation.
==31581== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31581== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31581== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31581== For more details, rerun with: -v
==31581== 
==31581== 
==31581== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 1)
==31581== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31581== malloc/free: 19 allocs, 19 frees, 509 bytes allocated.
==31581== For counts of detected errors, rerun with: -v
==31581== All heap blocks were freed -- no leaks are possible.
==31584== Memcheck, a memory error detector.
==31584== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31584== Using LibVEX rev 1804, a library for dynamic binary translation.
==31584== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31584== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31584== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31584== For more details, rerun with: -v
==31584== 
==31584== Syscall param write(buf) points to uninitialised byte(s)
==31584==    at 0x4A26B6E: __write_nocancel (in /emul/ia32-linux/lib/libc-2.7.so)
==31584==    by 0x474936F: H5FD_sec2_write (in /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so.0.0.0)
==31584==  Address 0x74a7cc8 is 440 bytes inside a block of size 1,864 alloc'd
==31584==    at 0x46DCAB8: malloc (vg_replace_malloc.c:207)
==31584==    by 0x474DB05: H5FL_malloc (in /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so.0.0.0)
HDF5-DIAG: Error detected in HDF5 library version: 1.6.5 thread 0.  Back trace follows.
  #000: H5D.c line 1146 in H5Dopen(): not found
    major(15): Dataset interface
    minor(48): Object not found
  #001: H5G.c line 2296 in H5G_find(): object not found
    major(10): Symbol table layer
    minor(48): Object not found
  #002: H5G.c line 1495 in H5G_namei(): component not found
    major(10): Symbol table layer
    minor(48): Object not found
  #003: H5Gstab.c line 164 in H5G_stab_find(): not found
    major(10): Symbol table layer
    minor(48): Object not found
  #004: H5Gnode.c line 975 in H5G_node_found(): not found
    major(10): Symbol table layer
    minor(48): Object not found
HDF5-DIAG: Error detected in HDF5 library version: 1.6.5 thread 0.  Back trace follows.
  #000: H5D.c line 1146 in H5Dopen(): not found
    major(15): Dataset interface
    minor(48): Object not found
  #001: H5G.c line 2296 in H5G_find(): object not found
    major(10): Symbol table layer
    minor(48): Object not found
  #002: H5G.c line 1495 in H5G_namei(): component not found
    major(10): Symbol table layer
    minor(48): Object not found
  #003: H5Gstab.c line 164 in H5G_stab_find(): not found
    major(10): Symbol table layer
    minor(48): Object not found
  #004: H5Gnode.c line 975 in H5G_node_found(): not found
    major(10): Symbol table layer
    minor(48): Object not found
==31584== 
==31584== ERROR SUMMARY: 13 errors from 1 contexts (suppressed: 19 from 1)
==31584== malloc/free: in use at exit: 16 bytes in 2 blocks.
==31584== malloc/free: 3,194 allocs, 3,192 frees, 316,118,149 bytes allocated.
==31584== For counts of detected errors, rerun with: -v
==31584== searching for pointers to 2 not-freed blocks.
==31584== checked 136,376 bytes.
==31584== 
==31584== LEAK SUMMARY:
==31584==    definitely lost: 0 bytes in 0 blocks.
==31584==      possibly lost: 0 bytes in 0 blocks.
==31584==    still reachable: 16 bytes in 2 blocks.
==31584==         suppressed: 0 bytes in 0 blocks.
==31584== Rerun with --leak-check=full to see details of leaked memory.
==31589== Memcheck, a memory error detector.
==31589== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31589== Using LibVEX rev 1804, a library for dynamic binary translation.
==31589== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31589== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31589== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31589== For more details, rerun with: -v
==31589== 
==31589== 
==31589== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 1)
==31589== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31589== malloc/free: 5 allocs, 5 frees, 48 bytes allocated.
==31589== For counts of detected errors, rerun with: -v
==31589== All heap blocks were freed -- no leaks are possible.
==31592== Memcheck, a memory error detector.
==31592== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31592== Using LibVEX rev 1804, a library for dynamic binary translation.
==31592== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31592== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31592== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31592== For more details, rerun with: -v
==31592== 
==31592== 
==31592== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 1)
==31592== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31592== malloc/free: 5 allocs, 5 frees, 48 bytes allocated.
==31592== For counts of detected errors, rerun with: -v
==31592== All heap blocks were freed -- no leaks are possible.
==31595== Memcheck, a memory error detector.
==31595== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==31595== Using LibVEX rev 1804, a library for dynamic binary translation.
==31595== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==31595== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework.
==31595== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==31595== For more details, rerun with: -v
==31595== 
==31595== 
==31595== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==31595== malloc/free: in use at exit: 0 bytes in 0 blocks.
==31595== malloc/free: 7,107 allocs, 7,107 frees, 8,182,941 bytes allocated.
==31595== For counts of detected errors, rerun with: -v
==31595== All heap blocks were freed -- no leaks are possible.
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
t.o MBHandleUtils.o MBMatrix3.o MBCore.o MBFactory.o MBGeomUtil.o MBMeshSet.o MBOrientedBox.o MBOrientedBoxTreeTool.o MBRange.o MBRangeSeqIntersectIter.o MBReadUtil.o MBReaderWriterSet.o MBSkinner.o MBSysUtil.o MBUtil.o MBWriteUtil.o MeshSetSequence.o MeshTopoUtil.o PolyElementSeq.o ReadGmsh.o ReadSTL.o ReadVtk.o ScdElementData.o ScdVertexData.o SequenceData.o SequenceManager.o SparseTagSuperCollection.o SparseTagCollection.o StructuredElementSeq.o TagInfo.o TagServer.o Tqdcfr.o TypeSequenceManager.o UnstructuredElemSeq.o VertexSequence.o VtkUtil.o WriteAns.o WriteGMV.o WriteGmsh.o WriteSTL.o WriteTemplate.o WriteVtk.o ReadNCDF.o WriteNCDF.o WriteSLAC.o ReadHDF5.o WriteHDF5.o  .libs/libMOAB.lax/libmhdf.a/adjacency.o .libs/libMOAB.lax/libmhdf.a/file-handle.o .libs/libMOAB.lax/libmhdf.a/status.o .libs/libMOAB.lax/libmhdf.a/tags.o .libs/libMOAB.lax/libmhdf.a/file.o .libs/libMOAB.lax/libmhdf.a/nodes.o .libs/libMOAB.lax/libmhdf.a/sets.o .libs/libMOAB.lax/libmhdf.a/connectivity.o !
 .libs/libMOAB.lax/libmhdf.a/util.o 
ranlib .libs/libMOAB.a
rm -fr .libs/libMOAB.lax
creating libMOAB.la
(cd .libs && rm -f libMOAB.la && ln -s ../libMOAB.la libMOAB.la)
make  moab_test homxform_test scdseq_test tqdcfr test_adj seq_man_test internals_test geom_util_test xform_test obb_test vtk_test adaptive_kd_tree_tests file_options_test kd_tree_test var_len_test var_len_test_no_template tag_test kd_tree_tool kd_tree_time 
make[2]: Entering directory `/home/jason/moab/test/x86'
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT scdseq_test.o -MD -MP -MF ".deps/scdseq_test.Tpo" -c -o scdseq_test.o ../src/scdseq_test.cpp; \
	then mv -f ".deps/scdseq_test.Tpo" ".deps/scdseq_test.Po"; else rm -f ".deps/scdseq_test.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include   -DTEST_TQDCFR -Wall -pipe -g -m32 -Wall -pipe -g -m32 -MT tqdcfr-Tqdcfr.o -MD -MP -MF ".deps/tqdcfr-Tqdcfr.Tpo" -c -o tqdcfr-Tqdcfr.o `test -f 'Tqdcfr.cpp' || echo '../src/'`Tqdcfr.cpp; \
	then mv -f ".deps/tqdcfr-Tqdcfr.Tpo" ".deps/tqdcfr-Tqdcfr.Po"; else rm -f ".deps/tqdcfr-Tqdcfr.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT test_adj.o -MD -MP -MF ".deps/test_adj.Tpo" -c -o test_adj.o ../src/test_adj.cpp; \
	then mv -f ".deps/test_adj.Tpo" ".deps/test_adj.Po"; else rm -f ".deps/test_adj.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT GeomUtilTests.o -MD -MP -MF ".deps/GeomUtilTests.Tpo" -c -o GeomUtilTests.o ../src/GeomUtilTests.cpp; \
	then mv -f ".deps/GeomUtilTests.Tpo" ".deps/GeomUtilTests.Po"; else rm -f ".deps/GeomUtilTests.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT OBBTest.o -MD -MP -MF ".deps/OBBTest.Tpo" -c -o OBBTest.o ../src/OBBTest.cpp; \
	then mv -f ".deps/OBBTest.Tpo" ".deps/OBBTest.Po"; else rm -f ".deps/OBBTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT VtkTest.o -MD -MP -MF ".deps/VtkTest.Tpo" -c -o VtkTest.o ../src/VtkTest.cpp; \
	then mv -f ".deps/VtkTest.Tpo" ".deps/VtkTest.Po"; else rm -f ".deps/VtkTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT adaptive_kd_tree_tests.o -MD -MP -MF ".deps/adaptive_kd_tree_tests.Tpo" -c -o adaptive_kd_tree_tests.o ../src/adaptive_kd_tree_tests.cpp; \
	then mv -f ".deps/adaptive_kd_tree_tests.Tpo" ".deps/adaptive_kd_tree_tests.Po"; else rm -f ".deps/adaptive_kd_tree_tests.Tpo"; exit 1; fi
make[2]: `file_options_test' is up to date.
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT kd_tree_test.o -MD -MP -MF ".deps/kd_tree_test.Tpo" -c -o kd_tree_test.o ../src/kd_tree_test.cpp; \
	then mv -f ".deps/kd_tree_test.Tpo" ".deps/kd_tree_test.Po"; else rm -f ".deps/kd_tree_test.Tpo"; exit 1; fi
make[2]: `var_len_test' is up to date.
make[2]: `var_len_test_no_template' is up to date.
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT TagTest.o -MD -MP -MF ".deps/TagTest.Tpo" -c -o TagTest.o ../src/TagTest.cpp; \
	then mv -f ".deps/TagTest.Tpo" ".deps/TagTest.Po"; else rm -f ".deps/TagTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT kd_tree_tool.o -MD -MP -MF ".deps/kd_tree_tool.Tpo" -c -o kd_tree_tool.o ../src/kd_tree_tool.cpp; \
	then mv -f ".deps/kd_tree_tool.Tpo" ".deps/kd_tree_tool.Po"; else rm -f ".deps/kd_tree_tool.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT kd_tree_time.o -MD -MP -MF ".deps/kd_tree_time.Tpo" -c -o kd_tree_time.o ../src/kd_tree_time.cpp; \
	then mv -f ".deps/kd_tree_time.Tpo" ".deps/kd_tree_time.Po"; else rm -f ".deps/kd_tree_time.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -I/opt/netcdf-3.6.1-32-c2/include  -I/opt/hdf5-1.6.5-32-c2/include    -Wall -pipe -g -m32 -MT MBTest.o -MD -MP -MF ".deps/MBTest.Tpo" -c -o MBTest.o ../src/MBTest.cpp; \
	then mv -f ".deps/MBTest.Tpo" ".deps/MBTest.Po"; else rm -f ".deps/MBTest.Tpo"; exit 1; fi
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o homxform_test  homxform_test-HomXform.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o test_adj  test_adj.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o homxform_test homxform_test-HomXform.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o seq_man_test  seq_man_test-TestTypeSequenceManager.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o test_adj test_adj.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o internals_test  internals_test.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o geom_util_test  GeomUtilTests.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o xform_test  xform_test-MBAffineXform.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o seq_man_test seq_man_test-TestTypeSequenceManager.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o internals_test internals_test.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o geom_util_test GeomUtilTests.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o obb_test  OBBTest.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o vtk_test  VtkTest.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o xform_test xform_test-MBAffineXform.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o adaptive_kd_tree_tests  adaptive_kd_tree_tests.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o kd_tree_test  kd_tree_test.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o obb_test OBBTest.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o vtk_test VtkTest.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o tag_test  TagTest.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o kd_tree_tool  kd_tree_tool.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o kd_tree_time  kd_tree_time.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o adaptive_kd_tree_tests adaptive_kd_tree_tests.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o kd_tree_tool kd_tree_tool.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o tag_test TagTest.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o kd_tree_time kd_tree_time.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o kd_tree_test kd_tree_test.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o scdseq_test  scdseq_test.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o tqdcfr  tqdcfr-Tqdcfr.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g -m32 -L/opt/netcdf-3.6.1-32-c2/lib   -L/opt/hdf5-1.6.5-32-c2/lib   -o moab_test  MBTest.o ./libMOAB.la -lm
c++ -Wall -pipe -g -m32 -o tqdcfr tqdcfr-Tqdcfr.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o scdseq_test scdseq_test.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
c++ -Wall -pipe -g -m32 -o moab_test MBTest.o  -L/opt/netcdf-3.6.1-32-c2/lib -L/opt/hdf5-1.6.5-32-c2/lib ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /opt/hdf5-1.6.5-32-c2/lib/libhdf5.so -lm -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib -Wl,--rpath -Wl,/opt/hdf5-1.6.5-32-c2/lib
make[2]: Leaving directory `/home/jason/moab/test/x86'
make  check-TESTS
make[2]: Entering directory `/home/jason/moab/test/x86'


MB TEST PROGRAM:

   mb_adjacent_vertex_test: Success
   mb_adjacencies_test: Success
   mb_vertex_coordinate_test: Success
   mb_vertex_tag_test: Success
   mb_bar_connectivity_test: Success
   mb_tri_connectivity_test: Success
   mb_quad_connectivity_test: Success
   mb_tet_connectivity_test: Success
   mb_temporary_test: Success
   mb_hex_connectivity_test: Success
   mb_mesh_sets_set_test: Success
   mb_mesh_sets_list_test: Success
   mb_mesh_set_parent_child_test: Success
   mb_tags_test: Success
   mb_dense_tag_test: Success
   mb_sparse_tag_test: Success
   mb_write_mesh_test: Success
   mb_delete_mesh_test: Success
   mb_meshset_tracking_test: Success
   mb_higher_order_test: Success
   mb_bit_tags_test: Success
   mb_entity_conversion_test: Success
   mb_forced_adjacencies_test: Success
   mb_canon_number_test: Success
   mb_poly_test: Success
   mb_range_test: Success
   mb_topo_util_test: Success
   mb_split_test: Success
   mb_range_seq_intersect_test: Success
   mb_proc_subset_test: Success
   mb_poly_adjacency_test: Success
   mb_memory_use_test: Success
   mb_merge_test: ---Starting Merge Tests---

---Testing:"test/cell1.gen"---
Loaded test/cell1.gen
---Testing:"test/cell2.gen"---
Loaded test/cell2.gen
num hexes = 28
fl = 68 rl = 0
nodes.size() = 72
---Success---

coin_nodes.size() = 13
TIME: 1198.52 seconds.
Success
   mb_stress_test:     Beginning Stress Test . . .

        Reading elements
        Read 256000 entities in 12.9 seconds
        at 19845 elements per second.

        Transforming and copying elements
        Transformed and created 256000 entities in 93.42 seconds

        Creating meshset
        Created meshset with 512000 entities in 0 seconds

        Writing 512K element file . . .
        Wrote file with 512000 entities in 186.13 seconds
        Total time: 292.46 seconds.
Success

MB TEST SUMMARY: 
   Number Tests:           34
   Number Successful:      34
   Number Failed:          0

FAIL: moab_test
All tests passed.
PASS: homxform_test
All tests passed.
PASS: scdseq_test
Usage: tqdcfr <cub_file_name>
Success.
Success.
PASS: tqdcfr
PASS: test_adj
Running test_basic ...
Running test_lower_bound ...
Running test_upper_bound ...
Running test_find ...
Running test_get_entities ...
Running test_insert_sequence_merge ...
Running test_insert_sequence_nomerge ...
Running test_remove_sequence ...
Running test_replace_subsequence ...
Running test_erase ...
Running test_find_free_handle ...
Running test_find_free_sequence ...
Running test_is_free_sequence ...
ALL TESTS PASSED
PASS: seq_man_test

3684 tests passed.

PASS: internals_test
PASS: geom_util_test
PASS: xform_test
PASS: obb_test
Testing edge2...
Testing edge3...
Testing tri3...
Testing tri6...
Testing quad4...
Testing quad8...
Testing polygon...
Testing tet4...
Testing tet10...
Testing hex8...
Testing hex20...
Testing wedge...
Testing pyramid...
Testing structured_points_2d...
Testing structured_grid_2d...
Testing rectilinear_grid_2d...
Testing structured_points_3d...
Testing structured_grid_3d...
Testing rectilinear_grid_3d...
Testing scalar_attrib_1_bit...
Testing scalar_attrib_1_uchar...
Testing scalar_attrib_1_char...
Testing scalar_attrib_1_ushort...
Testing scalar_attrib_1_short...
Testing scalar_attrib_1_uint...
Testing scalar_attrib_1_int...
Testing scalar_attrib_1_ulong...
Testing scalar_attrib_1_long...
Testing scalar_attrib_1_float...
Testing scalar_attrib_1_double...
Testing scalar_attrib_4_bit...
Testing scalar_attrib_4_uchar...
Testing scalar_attrib_4_char...
Testing scalar_attrib_4_ushort...
Testing scalar_attrib_4_short...
Testing scalar_attrib_4_uint...
Testing scalar_attrib_4_int...
Testing scalar_attrib_4_ulong...
Testing scalar_attrib_4_long...
Testing scalar_attrib_4_float...
Testing scalar_attrib_4_double...
Testing vector_attrib_bit...
Testing vector_attrib_uchar...
Testing vector_attrib_char...
Testing vector_attrib_ushort...
Testing vector_attrib_short...
Testing vector_attrib_uint...
Testing vector_attrib_int...
Testing vector_attrib_ulong...
Testing vector_attrib_long...
Testing vector_attrib_float...
Testing vector_attrib_double...
Testing tensor_attrib_uchar...
Testing tensor_attrib_char...
Testing tensor_attrib_ushort...
Testing tensor_attrib_short...
Testing tensor_attrib_uint...
Testing tensor_attrib_int...
Testing tensor_attrib_ulong...
Testing tensor_attrib_long...
Testing tensor_attrib_float...
Testing tensor_attrib_double...
Testing subset...


63 tests passed

PASS: vtk_test
PASS: adaptive_kd_tree_tests
PASS: file_options_test
FAIL: kd_tree_test
Running test_valid_struct ...
Running test_inline ...
Running test_non_inline ...
Running test_resize_ii ...
Running test_resize_in ...
Running test_resize_ni ...
Running test_resize_nn ...
PASS: var_len_test
Running test_valid_struct ...
Running test_inline ...
Running test_non_inline ...
Running test_resize_ii ...
Running test_resize_in ...
Running test_resize_ni ...
Running test_resize_nn ...
PASS: var_len_test_no_template
Running test_create_tag ...
Running test_invalid_tag_size ...
Running test_get_set_sparse_int ...
Running test_get_set_dense_int ...
Running test_get_set_dense_double ...
Running test_get_set_bit ...
Running test_get_by_tag ...
Running test_get_by_tag_value ...
Running test_mesh_value ...
Running test_get_pointers_sparse ...
Running test_get_pointers_dense ...
Running test_set_pointers_sparse ...
Running test_set_pointers_dense ...
Running test_get_entity_tags ...
Running test_delete_sparse_tag ...
Running test_delete_dense_tag ...
Running test_delete_mesh_tag ...
Running test_delete_sparse_data ...
Running test_delete_dense_data ...
Running test_delete_bit_data ...
Running test_create_variable_length_tag ...
Running test_get_set_variable_length_sparse ...
Running test_get_set_variable_length_dense ...
Running test_get_set_variable_length_mesh ...
Running regression_one_entity_by_var_tag ...
PASS: tag_test
====================
2 of 17 tests failed
====================
make[2]: Leaving directory `/home/jason/moab/test/x86'
make[1]: Leaving directory `/home/jason/moab/test/x86'




More information about the moab-dev mailing list