Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btl/usnic: move btl_usnic_lock initialization
Previously it was in component_init, but after open-mpi#12057 I noticed MPI finalize would find an uninitialized object and segfault. This change moves the initialization to component_open, so that component_close() can rely on the opal object initialization having been completed. Signed-off-by: Luke Robison <lrbison@amazon.com>
- Loading branch information