fs/ime: fix compilation errors due to missing header inclusion
OpenMPI doesn't compile anymore with IME because the header file "ompi/mca/fs/base/base.h" needs to be include in every file where mca_fs_base_get_mpi_err() is used. Signed-off-by: Sylvain Didelot <sdidelot@ddn.com>
Этот коммит содержится в:
родитель
e6a344ba63
Коммит
01ae0c22b8
@ -14,6 +14,7 @@
|
||||
|
||||
#include "mpi.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "ompi/mca/fs/base/base.h"
|
||||
#include "ompi/mca/fs/fs.h"
|
||||
|
||||
/*
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "mpi.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "ompi/mca/fs/base/base.h"
|
||||
#include "ompi/mca/fs/fs.h"
|
||||
|
||||
/*
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "mpi.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "ompi/mca/fs/base/base.h"
|
||||
#include "ompi/mca/fs/fs.h"
|
||||
|
||||
/*
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "mpi.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "ompi/mca/fs/base/base.h"
|
||||
#include "ompi/mca/fs/fs.h"
|
||||
|
||||
/*
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "mpi.h"
|
||||
#include "ompi/constants.h"
|
||||
#include "ompi/mca/fs/base/base.h"
|
||||
#include "ompi/mca/fs/fs.h"
|
||||
|
||||
int mca_fs_ime_file_sync (ompio_file_t *fh)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user