QGIS: Difference between revisions

Jump to navigation Jump to search
359 bytes added ,  6 years ago
no edit summary
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:100-->
<!--T:24-->
request an interactive job, ie.
request an interactive job, ie.
{{Command|salloc --time=1:0:0 --ntasks=4 --x11 --account=def-someuser}}
  [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:103-->
<!--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:103-->
<!--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>
cc_staff
56

edits

Navigation menu