Add empty defintions for MPI errhandlers and attributes; they'll likely be
shared across several MPI opaque datatypes. This commit was SVN r297.
Этот коммит содержится в:
родитель
e8cf7b3816
Коммит
f4896b6ed9
6
src/mpi/attribute/.cvsignore
Обычный файл
6
src/mpi/attribute/.cvsignore
Обычный файл
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
20
src/mpi/attribute/Makefile.am
Обычный файл
20
src/mpi/attribute/Makefile.am
Обычный файл
@ -0,0 +1,20 @@
|
||||
# -*- makefile -*-
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = \
|
||||
attribute.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mpi/attribute
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
16
src/mpi/attribute/attribute.h
Обычный файл
16
src/mpi/attribute/attribute.h
Обычный файл
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#ifndef LAM_ATTRIBUTE_H
|
||||
#define LAM_ATTRIBUTE_H
|
||||
|
||||
#include "lam_config.h"
|
||||
|
||||
|
||||
struct lam_attribute_t {
|
||||
/* JMS Put stuff here */
|
||||
};
|
||||
typedef struct lam_attribute_t lam_attribute_t;
|
||||
|
||||
#endif /* LAM_ATTRIBUTE_H */
|
6
src/mpi/errhandler/.cvsignore
Обычный файл
6
src/mpi/errhandler/.cvsignore
Обычный файл
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
20
src/mpi/errhandler/Makefile.am
Обычный файл
20
src/mpi/errhandler/Makefile.am
Обычный файл
@ -0,0 +1,20 @@
|
||||
# -*- makefile -*-
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = \
|
||||
communicator.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mpi/communicator
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
16
src/mpi/errhandler/errhandler.h
Обычный файл
16
src/mpi/errhandler/errhandler.h
Обычный файл
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#ifndef LAM_ERRHANDLER_H
|
||||
#define LAM_ERRHANDLER_H
|
||||
|
||||
#include "lam_config.h"
|
||||
|
||||
|
||||
struct lam_errhandler_t {
|
||||
/* JMS Put stuff here */
|
||||
};
|
||||
typedef struct lam_errhandler_t lam_errhandler_t;
|
||||
|
||||
#endif /* LAM_ERRHANDLER_H */
|
Загрузка…
x
Ссылка в новой задаче
Block a user