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...") |
(Added to Software category) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<languages /> | |||
[[Category:Software]] | |||
<translate> | |||
<!--T:1--> | |||
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: | ||
<!--T:2--> | |||
{{Commands | {{Commands | ||
|module load vtk | |module load vtk | ||
}} | }} | ||
<!--T:3--> | |||
:and on Niagara: | :and on Niagara: | ||
<!--T:4--> | |||
{{Commands | {{Commands | ||
|prompt=[name@niagara $] | |prompt=[name@niagara $] | ||
|module load intel/2018.2 intelmpi/2018.2 vtk | |module load intel/2018.2 intelmpi/2018.2 vtk | ||
}} | }} | ||
</translate> |
Latest revision as of 13:02, 23 September 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