We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd75079 commit 2696237Copy full SHA for 2696237
orte/mca/oob/tcp/oob_tcp_connection.c
@@ -86,7 +86,10 @@
86
#define OOB_TCP_STR_EXPAND(tok) #tok
87
#define OOB_TCP_STR(tok) OOB_TCP_STR_EXPAND(tok)
88
89
-static char * oob_tcp_version_string = OOB_TCP_STR(ORTE_MAJOR_VERSION) "." OOB_TCP_STR(ORTE_MINOR_VERSION) ".0";
+/*
90
+ * See discussion at https://github.com/open-mpi/ompi/pull/6157
91
+ */
92
+static char * oob_tcp_version_string = "4.0.0"
93
94
static void tcp_peer_event_init(mca_oob_tcp_peer_t* peer);
95
static int tcp_peer_send_connect_ack(mca_oob_tcp_peer_t* peer);
0 commit comments