bneijt / ccbuild

C++ source scanning build utility
GNU General Public License v2.0
5 stars 3 forks source link

Exception handling in OpenMP construct #15

Closed bneijt closed 14 years ago

bneijt commented 14 years ago

All thread exceptions need to be caught within their own thread and then handled correctly to transport them across the barrier.

bneijt commented 14 years ago

Bugfix: complete all OpenMP for loops