conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

VTK with openmp and mpi #38

Closed marcelotrevisani closed 7 years ago

marcelotrevisani commented 7 years ago

Hello folks, is there any reason why the vtk package is not compiled with the openmp and mpi flag?

Because if I compile it with these flags some parts of the vtk will take advantage of the parallelism which openmp and mpi provides as well.

Is it possible to add that? Or will it be better if we add another build with these parameters?

Korijn commented 7 years ago

Feel free to open a PR.

marcelotrevisani commented 7 years ago

Related to #44

banesullivan commented 4 years ago

Was MPI support ever added?