Skip to content

Commit 2696237

Browse files
committed
oob/tcp: hardwire oob_tcp version string to 4.0.0
Signed-off-by: Howard Pritchard <[email protected]>
1 parent dd75079 commit 2696237

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

orte/mca/oob/tcp/oob_tcp_connection.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686
#define OOB_TCP_STR_EXPAND(tok) #tok
8787
#define OOB_TCP_STR(tok) OOB_TCP_STR_EXPAND(tok)
8888

89-
static char * oob_tcp_version_string = OOB_TCP_STR(ORTE_MAJOR_VERSION) "." OOB_TCP_STR(ORTE_MINOR_VERSION) ".0";
89+
/*
90+
* See discussion at https://github.com/open-mpi/ompi/pull/6157
91+
*/
92+
static char * oob_tcp_version_string = "4.0.0"
9093

9194
static void tcp_peer_event_init(mca_oob_tcp_peer_t* peer);
9295
static int tcp_peer_send_connect_ack(mca_oob_tcp_peer_t* peer);

0 commit comments

Comments
 (0)