1
1

- Header ompi/info/info.h is not needed here.

This commit was SVN r20635.
Этот коммит содержится в:
Rainer Keller 2009-02-26 02:00:39 +00:00
родитель 2326f14be5
Коммит 985648086d
7 изменённых файлов: 2 добавлений и 8 удалений

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

@ -51,7 +51,7 @@ int mca_rcache_base_close(void)
}
/* Close all remaining available components (may be one if this is a
OMPI RTE program, or [possibly] multiple if this is ompi_info) */
OMPI RTE program, or [possibly] multiple if this is the ompi_info-tool) */
mca_base_components_close(mca_rcache_base_output,
&mca_rcache_base_components, NULL);

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

@ -65,8 +65,7 @@ int mca_rcache_base_open(void)
}
/* Initialize the list so that in mca_rcache_base_close(), we can
iterate over it (even if it's empty, as in the case of
ompi_info) */
iterate over it (even if it's empty, as in the case of the ompi_info-tool) */
OBJ_CONSTRUCT(&mca_rcache_base_modules, opal_list_t);

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

@ -24,7 +24,6 @@
#define MCA_RCACHE_RB_H
#include "opal/mca/mca.h"
#include "ompi/info/info.h"
#include "opal/class/opal_list.h"
#include "ompi/class/ompi_rb_tree.h"
#include "ompi/mca/rcache/rcache.h"

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

@ -23,7 +23,6 @@
#ifndef MCA_RCACHE_RB_MRU_H
#define MCA_RCACHE_RB_MRU_H
#include "opal/mca/mca.h"
#include "ompi/info/info.h"
#include "opal/class/opal_list.h"
#include "rcache_rb.h"

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

@ -23,7 +23,6 @@
#ifndef MCA_RCACHE_RB_TREE_H
#define MCA_RCACHE_RB_TREE_H
#include "opal/mca/mca.h"
#include "ompi/info/info.h"
#include "ompi/class/ompi_free_list.h"
#include "ompi/mca/mpool/mpool.h"
#include "rcache_rb.h"

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

@ -23,7 +23,6 @@
#ifndef MCA_RCACHE_H
#define MCA_RCACHE_H
#include "opal/mca/mca.h"
#include "ompi/info/info.h"
#include "opal/class/opal_list.h"
#include "ompi/mca/mpool/mpool.h"
#include "opal/threads/mutex.h"

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

@ -26,7 +26,6 @@
#ifndef MCA_RCACHE_VMA_H
#define MCA_RCACHE_VMA_H
#include "opal/mca/mca.h"
#include "ompi/info/info.h"
#include "opal/class/opal_list.h"
#include "ompi/class/ompi_rb_tree.h"
#include "ompi/mca/rcache/rcache.h"