Skip to content

Fix Concurrent Hang

Mike Bauer requested to merge fixconcurrent into master

Fix an issue with concurrent index space task launches that could cause them to hang by having points from later launches block the lamport all-reduce protocol and prevent earlier launches from finishing

Merge request reports