1
1

Remove redundant declaration of orte_soh and move it into

src/mca/soh/base/base.h (similar to most other frameworks).

This commit was SVN r5073.
Этот коммит содержится в:
Jeff Squyres 2005-03-28 20:54:45 +00:00
родитель 96a13fd818
Коммит ffc75a623f
7 изменённых файлов: 6 добавлений и 10 удалений

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

@ -24,7 +24,7 @@
#include "mca/ns/ns.h"
#include "mca/gpr/gpr.h"
#include "mca/errmgr/errmgr.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "runtime/runtime.h"

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

@ -45,6 +45,7 @@
#include "mca/rmaps/base/base.h"
#include "mca/rmaps/base/rmaps_base_map.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "pls_fork.h"

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

@ -41,6 +41,7 @@
#include "mca/ras/base/ras_base_node.h"
#include "mca/rmaps/base/rmaps_base_map.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "pls_rsh.h"
#define NUM_CONCURRENT 128

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

@ -137,12 +137,4 @@ typedef orte_soh_base_component_1_0_0_t orte_soh_base_component_t;
/* soh v1.0 */ \
"soh", 1, 0, 0
/**
* Global structure for accessing SOH functions
*/
OMPI_DECLSPEC extern orte_soh_base_module_t orte_soh; /* holds selected module's function pointers */
#endif /* ORTE_SOH_H */

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

@ -53,11 +53,11 @@
#include "mca/gpr/gpr.h"
#include "mca/rml/rml.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "mca/errmgr/errmgr.h"
#include "mca/mpool/base/base.h"
int ompi_mpi_finalize(void)
{
int ret;

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

@ -57,6 +57,7 @@
#include "mca/gpr/gpr.h"
#include "mca/rml/rml.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "mca/errmgr/errmgr.h"
#include "runtime/runtime.h"

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

@ -55,6 +55,7 @@
#include "mca/gpr/gpr.h"
#include "mca/rml/rml.h"
#include "mca/soh/soh.h"
#include "mca/soh/base/base.h"
#include "runtime/runtime.h"