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
168 stars 62 forks source link

HG/NA: add hard limit on number of entries in CQ #700

Open soumagne opened 1 year ago

soumagne commented 1 year ago

there's currently no hard limit that is applied on the number of entries that can be added to completion queues. We should make this configurable and have it reflected down to NA and NA plugins as well as libfabric CQ sizes.