Building ParaView: Difference between revisions
Jump to navigation
Jump to search
Created page with "Currently, this has only been tested and shown to work on the CCV test curved wall at 94 Waterman. == Setting Up and Checking Everything Out == # cd $G #* Before performing ..." |
|||
| (20 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
# cd $G/ParaView-bin | # cd $G/ParaView-bin | ||
# ccmake -D MPIEXEC=/usr/lib64/openmpi/bin/mpiexec -D QT_QMAKE_EXECUTABLE=/usr/lib64/qt48/bin/qmake $G/ParaView | # ccmake -D MPIEXEC=/usr/lib64/openmpi/bin/mpiexec -D QT_QMAKE_EXECUTABLE=/usr/lib64/qt48/bin/qmake -D PARAVIEW_BUILD_PLUGIN_VRPlugin=ON -D PARAVIEW_USE_MPI=ON -D MPI_C_INCLUDE_PATH=/usr/include/openmpi-x86_64 -D MPI_HEADER_PATH=/usr/include/openmpi-x86_64 -D PARAVIEW_USE_VRPN=ON -D VRPN_INCLUDE_DIR=/share/cave/include/vrpn -D VRPN_LIBRARY=/share/cave/lib/libvrpn.a $G/ParaView | ||
#* configure twice and then generate | |||
# make | |||
# sudo make install | |||
== Running ParaView == | |||
# cd $G/ParaView-bin/bin | |||
# ./paraview | |||
Latest revision as of 22:51, 30 July 2013
Currently, this has only been tested and shown to work on the CCV test curved wall at 94 Waterman.
Setting Up and Checking Everything Out
- cd $G
- Before performing this step define $G as your sandbox directory
- An example can be found at Set_up_your_environment_for_diffusion_MRI_processing#Set_up_your_environment
- The file which you must edit may vary on different operating systems
- Visit the ParaView wiki to make sure you have all of the prerequisite packages
- Before performing this step define $G as your sandbox directory
- git clone git://paraview.org/ParaView.git ParaView
- cd $G/ParaView
- git checkout -b trunk origin/master
- git submodule init
- git submodule update
- mkdir $G/ParaView-bin
Building ParaView
- cd $G/ParaView-bin
- ccmake -D MPIEXEC=/usr/lib64/openmpi/bin/mpiexec -D QT_QMAKE_EXECUTABLE=/usr/lib64/qt48/bin/qmake -D PARAVIEW_BUILD_PLUGIN_VRPlugin=ON -D PARAVIEW_USE_MPI=ON -D MPI_C_INCLUDE_PATH=/usr/include/openmpi-x86_64 -D MPI_HEADER_PATH=/usr/include/openmpi-x86_64 -D PARAVIEW_USE_VRPN=ON -D VRPN_INCLUDE_DIR=/share/cave/include/vrpn -D VRPN_LIBRARY=/share/cave/lib/libvrpn.a $G/ParaView
- configure twice and then generate
- make
- sudo make install
Running ParaView
- cd $G/ParaView-bin/bin
- ./paraview