ospray / module_mpi

DEPRECATED: the MPI module has been merged into main OSPRay https://github.com/ospray/ospray/

Home Page:https://www.ospray.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build problem

gilcu2 opened this issue · comments

When build with superbuild, Master of module_mpi and origin/release-2.0.x of Ospray I get:

CMake Error at modules/module_mpi/tutorials/CMakeLists.txt:65 (add_library):
Cannot find source file:

/home/reynaldo/src/ospray/apps/ospExamples/ArcballCamera.cpp

Hey @gilcu2 , there's been some ongoing updates to the app directory structure in OSPRay that I haven't gotten this module back up to date with. I'll ping you on this issue when it's updated

@gilcu2 this looks like it was actually fixed on the devel branch of the module (https://github.com/ospray/module_mpi/tree/devel) , could you try building with that? I just sync'd the master branch with devel as well

Fixed in latest release.