> 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 _______________________________________________ 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
