File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
* Copyright (c) 2015 Research Organization for Information Science
17
17
* and Technology (RIST). All rights reserved.
18
18
* Copyright (c) 2018 IBM Corporation. All rights reserved.
19
+ * Copyright (c) 2020 Intel, Inc. All rights reserved.
19
20
* $COPYRIGHT$
20
21
*
21
22
* Additional copyrights may follow
32
33
#include <unistd.h>
33
34
#endif /* HAVE_UNIST_H */
34
35
#include "ompi/mca/mca.h"
36
+ #include "opal/util/argv.h"
35
37
#include "opal/util/output.h"
36
38
#include "opal/mca/base/base.h"
37
39
@@ -214,7 +216,6 @@ static int mca_pml_base_open(mca_base_open_flag_t flags)
214
216
if ( (NULL == default_pml || NULL == default_pml [0 ] ||
215
217
0 == strlen (default_pml [0 ])) || (default_pml [0 ][0 ] == '^' ) ) {
216
218
opal_pointer_array_add (& mca_pml_base_pml , strdup ("ob1" ));
217
- opal_pointer_array_add (& mca_pml_base_pml , strdup ("yalla" ));
218
219
opal_pointer_array_add (& mca_pml_base_pml , strdup ("ucx" ));
219
220
opal_pointer_array_add (& mca_pml_base_pml , strdup ("cm" ));
220
221
} else {
You can’t perform that action at this time.
0 commit comments