2016-08-05 06:23:58 +02:00
|
|
|
ParaView is an open-source, multi-platform data analysis and visualization
|
|
|
|
application. ParaView users can quickly build visualizations to analyze their
|
|
|
|
data using qualitative and quantitative techniques. The data exploration can be
|
|
|
|
done interactively in 3D or programmatically using ParaView's batch
|
2014-01-05 04:15:16 +01:00
|
|
|
processing capabilities.
|
2015-10-22 02:18:52 +02:00
|
|
|
|
2016-08-05 06:23:58 +02:00
|
|
|
Although not recommended, building without MPI (mpich) and/or Matplotlib support
|
|
|
|
is possible by setting the relevant variables in the build environment:
|
|
|
|
MPICH=no
|
|
|
|
MATPLOTLIB=no
|
|
|
|
|
2016-08-15 02:55:04 +02:00
|
|
|
Optional embedding with PythonQt may be enabled by setting
|
|
|
|
PYTHONQT=yes
|
|
|
|
in the build environment. This requires the SBo PythonQt package to be
|
|
|
|
installed at build time.
|