File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
* All rights reserved.
17
17
* Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
18
18
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
19
- * Copyright (c) 2014-2018 Research Organization for Information Science
20
- * and Technology (RIST). All rights reserved.
19
+ * Copyright (c) 2014-2019 Research Organization for Information Science
20
+ * and Technology (RIST). All rights reserved.
21
21
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
22
22
* Copyright (c) 2018 Triad National Security, LLC. All rights
23
23
* reserved.
@@ -342,6 +342,11 @@ static int mca_btl_vader_component_close(void)
342
342
mca_btl_vader_knem_fini ();
343
343
#endif
344
344
345
+ if (mca_btl_vader_component .mpool ) {
346
+ mca_btl_vader_component .mpool -> mpool_finalize (mca_btl_vader_component .mpool );
347
+ mca_btl_vader_component .mpool = NULL ;
348
+ }
349
+
345
350
return OPAL_SUCCESS ;
346
351
}
347
352
Original file line number Diff line number Diff line change 15
15
* Copyright (c) 2010-2015 Los Alamos National Security, LLC. All rights
16
16
* reserved.
17
17
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
18
- * Copyright (c) 2014-2015 Research Organization for Information Science
19
- * and Technology (RIST). All rights reserved.
18
+ * Copyright (c) 2014-2019 Research Organization for Information Science
19
+ * and Technology (RIST). All rights reserved.
20
20
* Copyright (c) 2018-2019 Triad National Security, LLC. All rights
21
21
* reserved.
22
22
* $COPYRIGHT$
@@ -380,11 +380,6 @@ static int vader_finalize(struct mca_btl_base_module_t *btl)
380
380
}
381
381
#endif
382
382
383
- if (component -> mpool ) {
384
- component -> mpool -> mpool_finalize (component -> mpool );
385
- component -> mpool = NULL ;
386
- }
387
-
388
383
return OPAL_SUCCESS ;
389
384
}
390
385
You can’t perform that action at this time.
0 commit comments