diff --git a/docs.it4i/software/viz/paraview.md b/docs.it4i/software/viz/paraview.md index 1a14ad5f391d3908fc966204b90299e92ac29e5c..9933d4d42496d390d078b622fe23857f1d95b92a 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.