Hello, I am trying to understand how memory registration works in openMPI and I have a question. Does mca_mpool_base_(insert|insert) interface supports overlapping registrations? If one module register memory from 0 to 100 and another from 50 to 150 what mca_mpool_base_find(80) will return to ob1 module?
-- Gleb.