Difference between revisions of "Paraview"

From HPC users
Jump to navigationJump to search
Line 8: Line 8:


== 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].

Revision as of 14:58, 6 June 2017

Introduction

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.