1
1

Remove an abstraction barrier I thought was gone long-ago. The OOB subscription really shouldn't be defined as an OMPI subscription.

I know it's just a technicality, but it is time to address such things rather than just letting them continue to propagate. :-)

This commit was SVN r12954.
Этот коммит содержится в:
Ralph Castain 2007-01-02 16:16:50 +00:00
родитель ea2d49e55d
Коммит 6101050ea6
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -26,4 +26,6 @@
#include "orte_config.h"
#include "orte/orte_constants.h"
#define ORTE_OOB_SUBSCRIPTION "orte-oob-sub"
#endif /* MCA_OOB_TYPES_H */

Просмотреть файл

@ -46,7 +46,6 @@
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ns/ns.h"
#include "orte/mca/gpr/gpr.h"
#include "ompi/constants.h"
/*
* Data structure for accepting connections.
@ -961,7 +960,7 @@ int mca_oob_tcp_resolve(mca_oob_tcp_peer_t* peer)
}
if (ORTE_SUCCESS != (rc = orte_schema.get_std_subscription_name(&sub_name,
OMPI_OOB_SUBSCRIPTION, peer->peer_name.jobid))) {
ORTE_OOB_SUBSCRIPTION, peer->peer_name.jobid))) {
ORTE_ERROR_LOG(rc);
return rc;
}
@ -1109,7 +1108,7 @@ int mca_oob_tcp_init(void)
}
if (ORTE_SUCCESS != (rc = orte_schema.get_std_subscription_name(&sub_name,
OMPI_OOB_SUBSCRIPTION, jobid))) {
ORTE_OOB_SUBSCRIPTION, jobid))) {
ORTE_ERROR_LOG(rc);
return rc;
}