btl/sm: fix a typo in the error message
Этот коммит содержится в:
родитель
698ecd14a1
Коммит
10f311fc8a
@ -17,6 +17,8 @@
|
|||||||
* Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
|
* Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
|
||||||
* Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
|
* Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
|
||||||
* Copyright (c) 2014 Intel, Inc. All rights reserved.
|
* Copyright (c) 2014 Intel, Inc. All rights reserved.
|
||||||
|
* Copyright (c) 2014 Research Organization for Information Science
|
||||||
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -433,7 +435,7 @@ create_and_attach(mca_btl_sm_component_t *comp_ptr,
|
|||||||
size_ctl_structure,
|
size_ctl_structure,
|
||||||
data_seg_alignment))) {
|
data_seg_alignment))) {
|
||||||
opal_output(0, "create_and_attach: unable to create shared memory "
|
opal_output(0, "create_and_attach: unable to create shared memory "
|
||||||
"BTL coordinating strucure :: size %lu \n",
|
"BTL coordinating structure :: size %lu \n",
|
||||||
(unsigned long)size);
|
(unsigned long)size);
|
||||||
return OPAL_ERROR;
|
return OPAL_ERROR;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user