Skip to content

Commit 4fe9ae3

Browse files
committed
Add missing include and remove stale PML
The "yalla" pml no longer exists Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 458b156 commit 4fe9ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mca/pml/base/pml_base_frame.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Copyright (c) 2015 Research Organization for Information Science
1717
* and Technology (RIST). All rights reserved.
1818
* Copyright (c) 2018 IBM Corporation. All rights reserved.
19+
* Copyright (c) 2020 Intel, Inc. All rights reserved.
1920
* $COPYRIGHT$
2021
*
2122
* Additional copyrights may follow
@@ -32,6 +33,7 @@
3233
#include <unistd.h>
3334
#endif /* HAVE_UNIST_H */
3435
#include "ompi/mca/mca.h"
36+
#include "opal/util/argv.h"
3537
#include "opal/util/output.h"
3638
#include "opal/mca/base/base.h"
3739

@@ -214,7 +216,6 @@ static int mca_pml_base_open(mca_base_open_flag_t flags)
214216
if( (NULL == default_pml || NULL == default_pml[0] ||
215217
0 == strlen(default_pml[0])) || (default_pml[0][0] == '^') ) {
216218
opal_pointer_array_add(&mca_pml_base_pml, strdup("ob1"));
217-
opal_pointer_array_add(&mca_pml_base_pml, strdup("yalla"));
218219
opal_pointer_array_add(&mca_pml_base_pml, strdup("ucx"));
219220
opal_pointer_array_add(&mca_pml_base_pml, strdup("cm"));
220221
} else {

0 commit comments

Comments
 (0)