Difference between revisions of "Paraview"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
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. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of petascale as well as on laptops for smaller data. ParaView is an application framework as well as a turn-key application. | |||
== Installed version == | == Installed version == | ||
There are currently two version of paraview installed: | There are currently two version of paraview installed: | ||
*5.2 | *'''5.1.2-goolf-5.2.01-mpi''' | ||
*5.1.2-intel-2016b-mpi | *'''5.1.2-intel-2016b-mpi''' | ||
== Using paraview on the HPC cluster == | == Using paraview on the HPC cluster == | ||
If you want to use paraview on the HPC cluster, you will have to load its correspoding module first. You can do that by using the following command: | |||
module load ParaView | |||
This commands loads a paraview version that was installed with the intel-toolchain. | |||
If you need a specific version of paraview, you can specify that by adding the version: | |||
module load paraview/5.1.2-goolf-5.2.01-mpi | |||
This will load the version of ParaView that is installed with the goolf-toolchain. | |||
== Documentation == | == Documentation == | ||
The documentation of paraview can be found [https://www.paraview.org/documentation/ here]. | The documentation of paraview can be found [https://www.paraview.org/documentation/ here]. |
Latest revision as of 13:58, 6 June 2017
Introduction
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. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of petascale as well as on laptops for smaller data. ParaView is an application framework as well as a turn-key application.
Installed version
There are currently two version of paraview installed:
- 5.1.2-goolf-5.2.01-mpi
- 5.1.2-intel-2016b-mpi
Using paraview on the HPC cluster
If you want to use paraview on the HPC cluster, you will have to load its correspoding module first. You can do that by using the following command:
module load ParaView
This commands loads a paraview version that was installed with the intel-toolchain. If you need a specific version of paraview, you can specify that by adding the version:
module load paraview/5.1.2-goolf-5.2.01-mpi
This will load the version of ParaView that is installed with the goolf-toolchain.
Documentation
The documentation of paraview can be found here.