1
1
- Use new #include file scheme

This commit was SVN r7367.
Этот коммит содержится в:
Jeff Squyres 2005-09-14 09:37:20 +00:00
родитель f0b1ea52bc
Коммит 5456d3444f
2 изменённых файлов: 13 добавлений и 11 удалений

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

@ -17,13 +17,14 @@
#include "ompi_config.h"
#include "opal/class/opal_list.h"
#include "runtime/runtime.h"
#include "opal/util/show_help.h"
#include "mca/mca.h"
#include "mca/base/base.h"
#include "mca/pml/pml.h"
#include "mca/pml/base/base.h"
#include "opal/util/output.h"
#include "opal/runtime/opal_progress.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"
#include "orte/runtime/runtime.h"
#include "ompi/mca/pml/pml.h"
#include "ompi/mca/pml/base/base.h"
typedef struct opened_component_t {
opal_list_item_t super;

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

@ -17,13 +17,14 @@
#include "ompi_config.h"
#include "opal/util/argv.h"
#include "runtime/runtime.h"
#include "opal/util/show_help.h"
#include "mca/mca.h"
#include "mca/base/base.h"
#include "mca/pml/pml.h"
#include "mca/ptl/ptl.h"
#include "mca/ptl/base/base.h"
#include "opal/util/output.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"
#include "orte/runtime/runtime.h"
#include "ompi/mca/pml/pml.h"
#include "ompi/mca/ptl/ptl.h"
#include "ompi/mca/ptl/base/base.h"
/**
* Function for weeding out ptl components that don't want to run.