[Paraview] ParaView 5.3.0 and VTK-m

GUILBAUD Claire claire.guilbaud at cea.fr
Tue Feb 14 10:17:34 EST 2017


Hi all,

I'm trying to build ParaView 5.3.0 with the last version of VTK-m 
(sources download today using git clone 
https://gitlab.kitware.com/vtk/vtk-m.git). I compile VTK-m with TBB 
backend (version 4.2), gcc 4.9 and -std=c++11 option.

I have the following issues a lot of times when compiling :

In file included from 
.../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmContour.cxx:30:0:
.../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmlib/Storage.h: In 
member function 'vtkm::cont::internal::Storage<ValueType_, 
tovtkm::vtkAOSArrayContainerTag>& 
vtkm::cont::internal::Storage<ValueType_, 
tovtkm::vtkAOSArrayContainerTag>::operator=(const 
vtkm::cont::internal::Storage<ValueType_, 
tovtkm::vtkAOSArrayContainerTag>&)':
.../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmlib/Storage.h:69:13: 
error: 'ErrorControlBadValue' is not a member of 'vtkm::cont'
        throw vtkm::cont::ErrorControlBadValue(

Looking at sources, it seems that vtkm::cont::ErrorControlBadValue has 
been replaced by vtkm::cont::ErrorBadValue.

I can patch all sources, but I think it's not a good idea.

So, which version of VTK-m is needed for ParaView 5.3.0 ?

Thanks

Claire




More information about the ParaView mailing list