Paraview

From LWP-Wiki
Revision as of 11:51, 31 March 2022 by Lwpadmin (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Using the latest version of Paraview

Depending on your graphics card you'll need an OpenGL variant for Paraview to work:

sudo apt install libopengl0

Download the latest version of the full suite of ParaView tools.

cd ~
mkdir opt
cd opt
tar xzf ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz
echo "export PATH=~/opt/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin:$PATH" >> ~/.bashrc
source ~/.bashrc