1
1
Aravind Gopalakrishnan 2f3c5218ff opal/sync: Fix assert during multi-threaded progress invocation
PR #5241 provided an MCA variable to allow multi-threaded opal_progress.
However, it allowed to update the linked list even when multiple threads was
allowed to call opal_progress. This caused a scenario when a more recent thread
could complete it's progress and fail the assert(sync ==
wait_sync_list).

Allowing to update the linked list only for the case when the number of threads
exceeds the threshold fixes the problem.

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
2018-12-17 12:14:27 -08:00
..
2018-10-16 13:17:09 -06:00
2018-10-29 14:31:47 -05:00
2018-12-11 14:23:53 +09:00
2017-08-03 09:18:58 -06:00
2015-06-23 20:59:57 -07:00