- Finally add the missing opal/util/output.h
for the OPAL_OUTPUT_VERBOSE macro. - ompi/errhandler/errhandler_predefined.h: Well, just the missing fwd declarations... This commit was SVN r20820.
Этот коммит содержится в:
родитель
730a1b80b2
Коммит
bff1b2a22b
@ -20,7 +20,10 @@
|
||||
#define OMPI_ERRHANDLER_PREDEFINED_H
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "ompi/types.h"
|
||||
|
||||
struct ompi_communicator_t;
|
||||
struct ompi_file_t;
|
||||
struct ompi_win_t;
|
||||
|
||||
/**
|
||||
* Handler function for MPI_ERRORS_ARE_FATAL
|
||||
|
@ -27,6 +27,7 @@
|
||||
#endif /* HAVE_SYS_TIME_H */
|
||||
|
||||
#include "opal/threads/condition.h"
|
||||
#include "opal/util/output.h"
|
||||
|
||||
#include "opal/dss/dss.h"
|
||||
#include "orte/mca/errmgr/errmgr.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#include "opal/threads/condition.h"
|
||||
#include "opal/util/bit_ops.h"
|
||||
#include "opal/util/output.h"
|
||||
|
||||
#include "opal/class/opal_hash_table.h"
|
||||
#include "opal/dss/dss.h"
|
||||
|
@ -38,6 +38,8 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#include "opal/util/output.h"
|
||||
|
||||
#include "orte/util/name_fns.h"
|
||||
#include "orte/runtime/orte_globals.h"
|
||||
#include "orte/mca/errmgr/errmgr.h"
|
||||
|
@ -22,10 +22,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "opal/util/argv.h"
|
||||
#include "opal/util/if.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "opal/mca/mca.h"
|
||||
#include "opal/mca/base/base.h"
|
||||
#include "opal/mca/base/mca_base_param.h"
|
||||
#include "opal/util/if.h"
|
||||
|
||||
#include "orte/util/show_help.h"
|
||||
#include "orte/util/name_fns.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "orte/types.h"
|
||||
|
||||
#include "opal/util/argv.h"
|
||||
#include "opal/util/output.h"
|
||||
|
||||
#include "opal/dss/dss.h"
|
||||
#include "orte/mca/errmgr/errmgr.h"
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "opal/mca/base/mca_base_param.h"
|
||||
|
||||
#include "opal/dss/dss.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "orte/util/proc_info.h"
|
||||
#include "orte/mca/errmgr/errmgr.h"
|
||||
#include "orte/mca/rml/rml.h"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#endif
|
||||
|
||||
#include "opal/dss/dss.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "opal/class/opal_list.h"
|
||||
#include "opal/sys/atomic.h"
|
||||
#include "opal/event/event.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "opal/util/printf.h"
|
||||
#include "opal/util/output.h"
|
||||
#include "opal/threads/tsd.h"
|
||||
|
||||
#include "opal/dss/dss.h"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user