VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures
VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures. VTK-m supports the fine-grained concurrency for data analysis and visualization algorithms required to drive extreme scale computing by providing abstract models for data and execution that can be applied to a variety of algorithms across many different processor architectures.
VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures. VTK-m supports the fine-grained concurrency for data analysis and visualization algorithms required to drive extreme scale computing by providing abstract models for data and execution that can be applied to a variety of algorithms across many different processor architectures.
To install vtk-m, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vtk-m
To see what files were installed by vtk-m, run:
port contents vtk-m
To later upgrade vtk-m, run:
sudo port selfupdate && sudo port upgrade vtk-m
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.