[Paraview] VTK error in server mode
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Tue Mar 12 17:21:53 EDT 2013
> On the server, I build paraview from source with MPI support following the
> online instructions. I updated my git repository, which apparently gave me
> version 3.98.1-112-g9dd3ee9. Is this correct? Is this a stable version? I
> don't understand the subtleties of git.
You've checked out a "development" version. To work with the 3.98.1
ParaView client, checkout 3.98.1 as follows;
> git checkout v3.98.1
> git submodule update
The version mismatch explains the errors that you're seeing.
Utkarsh
More information about the ParaView
mailing list