I've been trying to build blender with OpenMP. Here's what I got so far:
1.) Modify the makefile to include those features.
# Only works, if everything else is compiled with the same compiler
OPENMP_CMAKE_ON= -DWITH_OPENMP:BOOL=ON
OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.