cc_staff
56
edits
No edit summary |
No edit summary |
||
Line 153: | Line 153: | ||
Additionally by doing so, you will have access to the 40 cores of each of the nodes requested. | Additionally by doing so, you will have access to the 40 cores of each of the nodes requested. | ||
<!--T: | <!--T:24--> | ||
request an interactive job, ie. | request an interactive job, ie. | ||
[name@login ~]$ salloc --time=1:0:0 --ntasks=2 --x11 --account=def-someuser | |||
this will connect you to a node | this will connect you to a node. Note the --x11 argument, which will enable X11 forwarding on the interactive node. | ||
<!--T: | <!--T:25--> | ||
you can then load QGIS and run it on the interactive node. | you can then load QGIS and run it on the interactive node. | ||
{{Command|module load gcc}} | {{Command|module load gcc}} | ||
Line 165: | Line 165: | ||
{{Command|qgis}} | {{Command|qgis}} | ||
<!--T: | <!--T:26--> | ||
You can enable parallel rendering of the layers by clicking "Settings" and "Options" in the main window, then "Rendering" in the Options window. Check "Render layers in parallel using many CPU cores" and you can select a number of cores to use (optional). | |||
<!--T:27--> | |||
Once you are done and have closed QGIS, you can terminate the allocation | Once you are done and have closed QGIS, you can terminate the allocation | ||
{{Command|exit}} | {{Command|exit}} | ||
</translate> | </translate> |