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.
2 parents 89bbb5f + ed4078e commit 8e583dcCopy full SHA for 8e583dc
ompi/mca/rte/orte/rte_orte_module.c
@@ -208,7 +208,7 @@ bool ompi_rte_connect_accept_support(const char *port)
208
/* were we launched by mpirun, or are we calling
209
* without a defined port? */
210
if (NULL == orte_process_info.my_hnp_uri ||
211
- 0 == strlen(port)) {
+ NULL == port || 0 == strlen(port)) {
212
return true;
213
}
214
0 commit comments