VTK: Difference between revisions
Jump to navigation
Jump to search
(Created page with "VTK is installed on our clusters and can be loaded with a module. On Cedar and Graham you can do: {{Commands |module load vtk }} :and on Niagara: {{Commands |prompt=[name@n...") |
No edit summary |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
VTK is installed on our clusters and can be loaded with a module. On Cedar and Graham you can do: | VTK is installed on our clusters and can be loaded with a module. On Cedar and Graham you can do: | ||
Line 11: | Line 13: | ||
|module load intel/2018.2 intelmpi/2018.2 vtk | |module load intel/2018.2 intelmpi/2018.2 vtk | ||
}} | }} | ||
</translate> |
Revision as of 15:08, 7 March 2019
VTK is installed on our clusters and can be loaded with a module. On Cedar and Graham you can do:
[name@server ~]$ module load vtk
- and on Niagara:
[name@niagara $] module load intel/2018.2 intelmpi/2018.2 vtk