you have compiled paraview with hdf5 serial, you need to use hdf5 parallel. sorry. (rerun ccmake in paraview build dir and turn on hdf5 enable parallel). If you are using system hdf5, then you need it compiled with parallel support.
Don't wipe any build directories, it takes too long to rebuild everything from scratch. I'll add this stuff to the wiki so the next person doesn't have the same trouble (though I thought it was already there for the hdf5 stuff) JB -----Original Message----- From: Ricardo Reis [mailto:[email protected]] Sent: 04 March 2012 23:32 To: Biddiscombe, John A. Cc: [email protected] Subject: RE: [Paraview] trying to compile plugin pv-meshless and pv-common On Sun, 4 Mar 2012, Biddiscombe, John A. wrote: >> pushd pv-meshless/ && git checkout master && popd > > You are still building the master branch. sorry, I've went back, switched to the testing branch with git checkout testing && git pull deleted build dir, redone ccmake and now I'm closer but not yet there: Linking CXX shared library ../bin/libpv_meshless.so [ 95%] Built target pv_meshless Scanning dependencies of target Ascii2H5Part [ 95%] Building CXX object pv-meshless/h5part/tools/CMakeFiles/Ascii2H5Part.dir/vtkASCIIParticleReader.cpp.o [ 96%] Building CXX object pv-meshless/h5part/tools/CMakeFiles/Ascii2H5Part.dir/Ascii2H5Part.cpp.o Linking CXX executable ../../../bin/Ascii2H5Part ../../../bin/libpv_meshless.so: undefined reference to `H5Pset_dxpl_mpio' ../../../bin/libpv_meshless.so: undefined reference to `H5Pset_fapl_mpio' ../../../bin/libpv_meshless.so: undefined reference to `H5Pset_fapl_mpiposix' collect2: ld returned 1 exit status make[2]: *** [bin/Ascii2H5Part] Error 1 make[1]: *** [pv-meshless/h5part/tools/CMakeFiles/Ascii2H5Part.dir/all] Error 2 make: *** [all] Error 2 Ricardo Reis 'Non Serviam' Computational Fluid Dynamics, High Performance Computing, Turbulence http://www.lasef.ist.utl.pt Cultural Instigator @ Rádio Zero http://www.radiozero.pt http://www.flickr.com/photos/rreis/ contacts: gtalk: [email protected] skype: kyriusan Institutional Address: Ricardo J.N. dos Reis IDMEC, Instituto Superior Técnico, Technical University of Lisbon Av. Rovisco Pais 1049-001 Lisboa Portugal - email sent with alpine 2.00 - _______________________________________________ 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
