Paraview

From HPC users
Jump to navigationJump to search

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.