Skip to content
Snippets Groups Projects
Commit 2d34015b authored by Roman Sliva's avatar Roman Sliva
Browse files

Update xorg.md

parent 7153ef48
No related branches found
No related tags found
1 merge request!440PBS eradication
Pipeline #34258 passed with warnings
...@@ -28,7 +28,7 @@ Some applications (e.g. Paraview, Ensight, Blender, Ovito) require not only visu ...@@ -28,7 +28,7 @@ Some applications (e.g. Paraview, Ensight, Blender, Ovito) require not only visu
1. Run interactive job in gnome terminal 1. Run interactive job in gnome terminal
```console ```console
[loginX.karolina]$ qsub -q qnvidia -l select=1 -IX -A OPEN-XX-XX -l xorg=True [loginX.karolina]$ salloc --A PROJECT-ID -q qgpu --x11 --comment use:xorg=true
``` ```
1. Run Xorg server 1. Run Xorg server
...@@ -82,7 +82,7 @@ Some applications (e.g. Paraview, Ensight, Blender, Ovito) require not only visu ...@@ -82,7 +82,7 @@ Some applications (e.g. Paraview, Ensight, Blender, Ovito) require not only visu
1. Run job from terminal: 1. Run job from terminal:
```console ```console
[loginX.karolina]$ qsub -q qnvidia -l select=1 -A OPEN-XX-XX -l xorg=True ./run_eevee.sh [loginX.karolina]$ sbatch -A PROJECT-ID -q qcpu --comment use:xorg=true ./run_eevee.sh
``` ```
[1]: ./vnc.md [1]: ./vnc.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment