From a54de0850463f932dea497aa0f05d4f625d6a239 Mon Sep 17 00:00:00 2001
From: strakpe <petr.strakos@vsb.cz>
Date: Wed, 2 Jan 2019 16:49:28 +0100
Subject: [PATCH] Update insitu.md

---
 docs.it4i/software/viz/insitu.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/viz/insitu.md b/docs.it4i/software/viz/insitu.md
index 278ec2a4..295c8a81 100644
--- a/docs.it4i/software/viz/insitu.md
+++ b/docs.it4i/software/viz/insitu.md
@@ -2,7 +2,7 @@
 
 ## Introduction
 
-In situ visualization is a possibility how to visualize your data during the computation. It is a visualization pipeline that can be used on our [Salomon][1] cluster. The pipeline is based on [ParaView Catalyst][2] library.
+In situ visualization is a possibility how to visualize your data during the computation performed on multiple nodes of a supercomputer. It is a visualization pipeline that can be used on our [Salomon][1] cluster. The pipeline is based on [ParaView Catalyst][2] library.
 
 
 [ParaView][a] 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.
@@ -11,7 +11,7 @@ ParaView was developed to analyze extremely large datasets using distributed mem
 
 ## Installed Version
 
-Currently, version 5.1.2 compiled with intel/2017a against intel MPI library and OSMesa 12.0.2 is installed on the clusters.
+The Catalyst library is part of the ParaView module in version 5.6.0. It has been compiled with intel/2017a and installed on the Salomon cluster.
 
 ## Usage
 
-- 
GitLab