Skip to content
Snippets Groups Projects
Commit 80350c04 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update paraview.md

parent 58ea8eb3
No related branches found
No related tags found
No related merge requests found
Pipeline #39588 failed
!!!warning
This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
# ParaView # ParaView
An open-source, multi-platform data analysis and visualization application. 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 ...@@ -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: To launch the server, you must first allocate compute nodes, for example:
```console ```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. to launch an interactive session on 2 nodes. For details, refer to [Job Submission and Execution][1] section.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment