Blender Git Loki
Git Commits -> Revision 16da43e
Revision 16da43e by Sergey Sharybin (master) September 27, 2013, 18:55 (GMT) |
Elbeem: Use pragma directive instead of overriding number of omp threads Global OpenMP threads override is not a good idea because this would affect all possible OpenMP blocks running at the same time as simulation. And that was actually a big on restoring number of threads: code needed to store current number of threads, not maximal one. |
Commit Details:
Full Hash: 16da43ef19034e885324299715ab4972b1a9d181
SVN Revision: 60398
Parent Commit: 9745d39
Lines Changed: +21, -16