Compiling ParaView HPC
READ♯
- https://vimeo.com/63567497
- https://gitlab.kitware.com/paraview/paraview-superbuild/
- https://www.paraview.org/Wiki/ParaView:Build_And_Install
Notes♯
- 5.10.1 and 5.11.0 require Qt 5.12; we have Qt 5.11.1
Prereqs♯
- Python 3.10
- Cmake
- picotte-openmpi/gcc
Cmake♯
ccmake -DCMAKE_C_COMPILER=`which gcc` -DCMAKE_CXX_COMPILER=`which g++` \
-DCMAKE_Fortran_COMPILER=`which gfortran` \
-DCMAKE_Fortran_COMPILER_AR=`which gcc-ar` \
-DCMAKE_Fortran_COMPILER_RANLIB=`which gcc-ranlib` ..