RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1.01k stars 182 forks source link

VS2015 build errors with MPI module #464

Closed utkarshayachit closed 3 years ago

utkarshayachit commented 4 years ago
...ospraymodulempi\src\common\Collectives.cpp(32): error C2491: 'mpicommon::bcast': definition of dllimport function not allowed

Simply removing the OSPRAY_MPI_INTERFACE raises other errors/

Twinklebear commented 4 years ago

Thanks for opening this issue @utkarshayachit , at the moment windows isn't supported in the MPI module since our main focus is Linux clusters. We can work on getting support though, I know there are some windows MPI implementations and a few clusters running it.

utkarshayachit commented 4 years ago

Roger that. Thanks.