Skip to content

Commit 473d06b

Browse files
committed
Merge pull request open-mpi#780 from matcabral/psm2_symbol_rename_2.x
Updated psm2 mtl with new externally exposed symbols of psm2.so
2 parents 4a7e02f + 3f419dd commit 473d06b

14 files changed

+198
-190
lines changed

config/ompi_check_psm2.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
4848
OPAL_CHECK_PACKAGE([$1],
4949
[psm2.h],
5050
[psm2],
51-
[psm_mq_irecv2],
51+
[psm2_mq_irecv2],
5252
[],
5353
[$ompi_check_psm2_dir],
5454
[$ompi_check_psm2_libdir],

ompi/mca/mtl/psm2/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EXTRA_DIST = post_configure.sh
2222

2323
AM_CPPFLAGS = $(mtl_psm2_CPPFLAGS)
2424

25-
dist_ompidata_DATA = help-mtl-psm.txt
25+
dist_ompidata_DATA = help-mtl-psm2.txt
2626

2727
mtl_psm2_sources = \
2828
mtl_psm2.c \

ompi/mca/mtl/psm2/help-mtl-psm.txt renamed to ompi/mca/mtl/psm2/help-mtl-psm2.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
# -*- text -*-
22
#
33
# Copyright (C) 2009. QLogic Corporation. All rights reserved.
4+
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
45
# $COPYRIGHT$
56
#
67
# Additional copyrights may follow
78
#
89
# $HEADER$
910
#
10-
[psm init]
11-
Initialization of PSM library failed.
11+
[psm2 init]
12+
Initialization of PSM2 library failed.
1213

1314
Error: %s
1415
#
1516
[debug level]
16-
Unable to set PSM debug level.
17+
Unable to set PSM2 debug level.
1718

1819
Error: %s
1920
#
2021
[unable to open endpoint]
21-
PSM was unable to open an endpoint. Please make sure that the network link is
22+
PSM2 was unable to open an endpoint. Please make sure that the network link is
2223
active on the node and the hardware is functioning.
2324

2425
Error: %s
@@ -30,10 +31,10 @@ the environment).
3031
Local host: %s
3132
#
3233
[error polling network]
33-
Error %s occurred in attempting to make network progress (psm_mq_ipeek).
34+
Error %s occurred in attempting to make network progress (psm2_mq_ipeek).
3435
#
3536
[error posting receive]
36-
Unable to post application receive buffer (psm_mq_irecv or psm_mq_imrecv).
37+
Unable to post application receive buffer (psm2_mq_irecv or psm2_mq_imrecv).
3738

3839
Error: %s
3940
Buffer: %p

0 commit comments

Comments
 (0)