[Paraview] MILI reader still broken for me

Robert Maynard robert.maynard at kitware.com
Thu Jul 7 10:06:24 EDT 2011


Hi Rich,

It looks like your VisItBridge submodule is not up to date, so could
you run the following commands in the root of your source directory
for me and return me the results?

git fetch origin --prune
git checkout master
git pull --rebase
git submodule update
git status


On Tue, Jul 5, 2011 at 9:17 PM, Cook, Rich <cook47 at llnl.gov> wrote:
> Hi, regarding bug 12292 http://paraview.org/Bug/view.php?id=12292
>
> I tried building the latest from git and got an error.  I included the CMakeCache.txt file online.
>
>
> ======================================================================
> The essential bits are:
>
> CMAKE_CXX_COMPILER:FILEPATH=/usr/local/bin/mpiCC
> CMAKE_C_COMPILER:FILEPATH=/usr/local/bin/mpicc
> CMAKE_INSTALL_PREFIX:PATH=/usr/global/tools/Kitware/Paraview/3.11/chaos_4_x86_64_ib
>
> PARAVIEW_USE_MPI:BOOL=ON
> PARAVIEW_USE_BOOST:BOOL=ON
> PARAVIEW_USE_VISITBRIDGE:BOOL=ON
> VISIT_BUILD_READER_CGNS:BOOL=ON
> VISIT_BUILD_READER_Mili:BOOL=ON
> VISIT_BUILD_READER_Silo:BOOL=ON
>
> CGNS_INCLUDE_DIR:PATH=/usr/gapps/visit/cgns/3.0.8/linux-x86_64_gcc-4.1/include
> CGNS_LIBRARY:FILEPATH=/usr/gapps/visit/cgns/3.0.8/linux-x86_64_gcc-4.1/lib/libcgns.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
>
> MILI_INCLUDE_DIR:PATH=/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include
> MILI_LIBRARY:FILEPATH=/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/lib/libmili.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
>
> SILO_INCLUDE_DIR:PATH=/usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/include;/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include
> SILO_LIBRARY:FILEPATH=/usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/lib/libsiloh5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
>
> Boost_INCLUDE_DIR:PATH=/nfs/tmp2/rcook/ParaView/3.11/build/boost_1_46_1
> Boost_LIBRARY_DIRS:FILEPATH=/nfs/tmp2/rcook/ParaView/3.11/build/boost_1_46_1/stage/lib
>
> CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
>
> CMAKE_CXX_FLAGS:STRING=' -I/usr/global/tools/Kitware/Paraview/3.11/chaos_4_x86_64_ib/include  -I/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include '
> CMAKE_C_FLAGS:STRING='  -I/usr/global/tools/Kitware/Paraview/3.11/chaos_4_x86_64_ib/include   -I/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include  '
>
> VTK_USE_SYSTEM_HDF5:BOOL=ON
> HDF5_C_INCLUDE_DIR:PATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/include
> HDF5_INCLUDE_DIR:PATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/include
> HDF5_LIBRARY:FILEPATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
> HDF5_hdf5_LIBRARY:FILEPATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
> HDF5_hdf5_LIBRARY:FILEPATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
> HDF5_hdf5_LIBRARY_DEBUG:FILEPATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
> HDF5_hdf5_LIBRARY_RELEASE:FILEPATH=/usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a;/usr/lib64/libz.so
> HDF5_ENABLE_SZIP_SUPPORT:BOOL=ON
>
>
> BUILD_SHARED_LIBS:BOOL=ON
> CMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON
>
>
> ======================================================================
> RESULTING ERROR:
>
> [ 36%] Building CXX object [ 33%] Building CXX object Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/Mili/avtMiliFileFormat.C.o
> /nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView/Utilities/VisItBridge/databases/Mili/avtMiliFileFormat.C: In member function 'void avtMiliFileFormat::ReadMesh(int)':
> /nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView/Utilities/VisItBridge/databases/Mili/avtMiliFileFormat.C:1296: error: no matching function for call to 'avtMiliFileFormat::ConstructMaterials(std::vector<std::vector<vtkIdType*, std::allocator<vtkIdType*> >, std::allocator<std::vector<vtkIdType*, std::allocator<vtkIdType*> > > >&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >&, int&)'
> /nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView/Utilities/VisItBridge/databases/Mili/avtMiliFileFormat.h:183: note: candidates are: avtMaterial* avtMiliFileFormat::ConstructMaterials(std::vector<std::vector<int*, std::allocator<int*> >, std::allocator<std::vector<int*, std::allocator<int*> > > >&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >&, int)
> gmake[2]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/Mili/avtMiliFileFormat.C.o] Error 1
> gmake[2]: Leaving directory `/nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView-3.11-build'
> gmake[1]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/all] Error 2
> gmake[1]: Leaving directory `/nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView-3.11-build'
> gmake: *** [all] Error 2
>
> --
> ✐Richard Cook
> ✇ Lawrence Livermore National Laboratory
> Bldg-453 Rm-4024, Mail Stop L-557
> 7000 East Avenue,  Livermore, CA, 94550, USA
> ☎ (office) (925) 423-9605
> ☎ (fax) (925) 423-6961
> ---
> Information Management & Graphics Grp., Services & Development Div., Integrated Computing & Communications Dept.
> (opinions expressed herein are mine and not those of LLNL)
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>



-- 
Robert Maynard


More information about the ParaView mailing list