You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly initialize mca_rcache_base_module_t members
All but the udreg rcache module did not properly initialize the `lock`
member in the mca_rcache_base_module_t parent, which triggers
an assert on Mac OSX when trying to take that lock.
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments