[Paraview] python enabling PV configuration

Chris Bording cbording at ivec.org
Sun Feb 24 22:42:49 EST 2013


Hi,
   I have been able to build and compile a working version of 
Paraview-3.14.1 and ParaView-3.98.1 using
gcc 4.4.6 and openmpi-1.6.3 but I am unable to get python configure with 
it correctly and not able to view silo files

here is a list of addtional modules that I am using in my configuration...

qt/4.6.4 zlib/1.2.7 hdf5/1.8.10 python/2.6.8 netcdf/4.2.1.1 
cmake/2.8.10.2 ffmpeg/1.1.1 boost/1.49.0 silo/4.8

I am running cmake from the command line using...

cmake ../$IBS_TOOL_NAME-$IBS_TOOL_VERSION-Source 
-DCMAKE_INSTALL_PREFIX:PATH=$IBS_INSTALL_DIR \
             -DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON \
-DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES:BOOL=ON \
-DBUILD_EXAMPLES:BOOL=ON \
-DPARAVIEW_DATA_ROOT:PATH=/ivec/src/ParaViewData-2.14.0 \
-DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \
  -DCMAKE_BUILD_TYPE:STRING=Release \
-DPARAVIEW_USE_MPI:BOOL=ON \
-DPYTHON_EXECUTABLE:FILEPATH=/ivec/apps/gcc/4.4.6/python/2.6.8/bin/python \
-DPYTHON_LIBRARY:FILEPATH=/ivec/apps/gcc/4.4.6/python/2.6.8/lib:/ivec/apps/gcc/4.4.6/python/2.6.8/lib/python2.6 
\
-DPYTHON_INCLUDE_DIR:PATH=/ivec/apps/gcc/4.4.6/python/2.6.8/include/python2.6 
\
-DBoost_INCLUDE_DIR:PATH=/ivec/devel/intel/12.1/boost/1.49.0/include \
-DSILO_INCLUDE_DIR:PATH=/ivec/apps/gcc/4.4.6/silo/4.8/include \
-DSILO_LIBRARY:FILEPATH=/ivec/gcc/4.4.6/silo/4.8/lib/libsilo.so \
-DVTKMY_WRAP_PYTHON:BOOL=OFF

Should I try with python-3.3.3.
Anything else I should be looking at version wise maybe boost or silo?

Cheers,
Chris B.


-- 
R.Christopher Bording
Supercomputing Specialist
iVEC STAP Team

T +61 8 6488 6905
F +61 8 6488 8088
E cbording at ivec.org



More information about the ParaView mailing list