From 80350c0418169942d90191feb319855750eaaf9d Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 20 Aug 2024 11:21:29 +0200
Subject: [PATCH] Update paraview.md

---
 docs.it4i/software/viz/paraview.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs.it4i/software/viz/paraview.md b/docs.it4i/software/viz/paraview.md
index 1a14ad5f3..9933d4d42 100644
--- a/docs.it4i/software/viz/paraview.md
+++ b/docs.it4i/software/viz/paraview.md
@@ -1,6 +1,3 @@
-!!!warning
-    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
-
 # ParaView
 
 An open-source, multi-platform data analysis and visualization application.
@@ -27,7 +24,7 @@ On the clusters, ParaView is to be used in the client-server mode. A parallel Pa
 To launch the server, you must first allocate compute nodes, for example:
 
 ```console
-$ qsub -I -q qprod -A OPEN-0-0 -l select=2
+$ salloc -p qprod -A PROJECT_ID --nodes=2 --time=01:00:00 --x11
 ```
 
 to launch an interactive session on 2 nodes. For details, refer to [Job Submission and Execution][1] section.
-- 
GitLab