1
1
This commit was SVN r1617.
Этот коммит содержится в:
Ralph Castain 2004-07-11 01:19:22 +00:00
родитель edd09958e8
Коммит 2f5e6c85d3
3 изменённых файлов: 5 добавлений и 17 удалений

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

@ -19,13 +19,10 @@
/*
* Global functions for MCA overall collective open and close
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
int mca_ns_base_open(void);
int mca_ns_base_select(bool *allow_multi_user_threads,
bool *have_hidden_threads);
int mca_ns_base_close(void);
int mca_ns_base_open(void);
int mca_ns_base_select(bool *allow_multi_user_threads,
bool *have_hidden_threads);
int mca_ns_base_close(void);
/*
* Base functions that are common to all implementations - can be overridden
@ -52,10 +49,6 @@ int ns_base_compare(ompi_ns_cmp_bitmask_t fields,
const ompi_process_name_t* name1,
const ompi_process_name_t* name2);
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
/*
* globals that might be needed

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

@ -26,11 +26,6 @@ mca_ns_t ompi_name_server;
ompi_list_t mca_ns_base_modules_available;
mca_ns_base_module_t mca_ns_base_selected_module;
OBJ_CLASS_INSTANCE(
ompi_process_name_t, /* type name */
ompi_object_t, /* parent "class" */
NULL, /* no constructor */
NULL); /* no destructor */
/**
* Function for finding and opening either all MCA modules, or the one

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

@ -18,7 +18,7 @@
#include "ompi_config.h"
#include "include/constants.h"
#include "mca/mca.h"
#include "mca/ns/ns.h"
#include "mca/ns/base/base.h"
#include "ns_replica.h"