Commit 5ff314c
Luke Robison
btl/usnic: move btl_usnic_lock initialization
Previously it was in component_init, but after
#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 <[email protected]>1 parent 3e82472 commit 5ff314c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
587 | 589 | | |
588 | 590 | | |
589 | 591 | | |
590 | | - | |
591 | | - | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments