mercury-hpc / mercury

Mercury is a C library for implementing RPC, optimized for HPC.
http://www.mcs.anl.gov/projects/mercury/
BSD 3-Clause "New" or "Revised" License
163 stars 60 forks source link

Prevent multiple threads from entering HG_Core_progress() #703

Closed soumagne closed 10 months ago

soumagne commented 11 months ago

Add HG_ALLOW_MULTI_PROGRESS option to control behavior

Disable NA_HAS_MULTI_PROGRESS if HG_ALLOW_MULTI_PROGRESS is ON