we are using cilk_8503 on linux and are hitting a cilk runtime assert:
reducer.cpp:370: static void global_reducer_map::destroy_if_empty(): Assertion `map' failed.
it looks like there may be a race condition here when running multiple cilk contexts simultaneously. what do you think?



