openmp

  1. M

    Building (Blender) with OpenMP

    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...
Back
Top