Paraview¶
Summary
Source: https://www.paraview.org/
License: BSD 3-Clause license
Documentation: https://www.paraview.org/resources/
Path: /software/paraview
ParaView is an open-source, multi-platform scientific data analysis and visualization tool that enables analysis and visualization of extremely large datasets. ParaView is both a general purpose, end-user application with a distributed architecture that can be seamlessly leveraged by your desktop or other remote parallel computing resources and an extensible framework with a collection of tools and libraries for various applications including scripting (using Python), web visualization (through trame and ParaViewWeb), or in situ analysis (with Catalyst)borrowed from paraviews user guide.
Using Paraview¶
To initialize the environment use the module command:
module load maxwell paraview # for the latest version
module load maxwell
module avail paraview # list available version
module load paraview/6.0.0 # load a specific version
Please visit the paraview documentation for information how to use paraview.