summaryrefslogtreecommitdiffstats
path: root/graphics/paraview/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/paraview/README')
-rw-r--r--graphics/paraview/README23
1 files changed, 10 insertions, 13 deletions
diff --git a/graphics/paraview/README b/graphics/paraview/README
index 56ca48d4f7..c1edbf8977 100644
--- a/graphics/paraview/README
+++ b/graphics/paraview/README
@@ -1,18 +1,15 @@
-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
+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
processing capabilities.
This SlackBuild, in line with official Paraview releases,
is intended only for 64bit systems.
-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
-
-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.
+MPI support requires build time installation of mpich or openmpi,
+both available from SBo but which should not both be installed
+at the same time. In addition, the PV_USE_MPI environment variable
+should be set to "yes" e.g.
+ PV_USE_MPI=yes sh paraview.SlackBuild