Adding MPI_A* functions. Now the list of MPI functions beginning with an A
is complete This commit was SVN r490.
Этот коммит содержится в:
родитель
117b635fcb
Коммит
009e3ea202
@ -56,7 +56,22 @@ libmpi_c_la_LIBADD = \
|
||||
$(pmpi_lib)
|
||||
|
||||
libmpi_c_mpi_la_SOURCES = \
|
||||
abort.c \
|
||||
accumulate.c \
|
||||
add_error_class.c \
|
||||
add_error_code.c \
|
||||
add_error_string.c \
|
||||
address.c \
|
||||
allgather.c \
|
||||
allgatherv.c \
|
||||
alloc_mem.c \
|
||||
allreduce.c \
|
||||
alltoall.c \
|
||||
alltoallv.c \
|
||||
alltoallw.c \
|
||||
attr_delete.c \
|
||||
attr_get.c \
|
||||
attr_put.c \
|
||||
comm_get_name.c \
|
||||
comm_set_name.c \
|
||||
finalize.c \
|
||||
|
@ -29,7 +29,22 @@ noinst_LTLIBRARIES = $(pmpi_lib)
|
||||
headers = defines.h
|
||||
|
||||
nodist_libmpi_c_pmpi_la_SOURCES = \
|
||||
pabort.c \
|
||||
paccumulate.c \
|
||||
padd_error_class.c \
|
||||
padd_error_code.c \
|
||||
padd_error_string.c \
|
||||
paddress.c \
|
||||
pallgather.c \
|
||||
pallgatherv.c \
|
||||
palloc_mem.c \
|
||||
pallreduce.c \
|
||||
palltoall.c \
|
||||
palltoallv.c \
|
||||
palltoallw.c \
|
||||
pattr_delete.c \
|
||||
pattr_get.c \
|
||||
pattr_put.c \
|
||||
pcomm_get_name.c \
|
||||
pcomm_set_name.c \
|
||||
pfinalize.c \
|
||||
|
@ -10,8 +10,29 @@
|
||||
* this file will replace all MPI_* symbols with
|
||||
* PMPI_* symbols
|
||||
*/
|
||||
|
||||
#define MPI_Abort PMPI_Abort
|
||||
#define MPI_Accumulate PMPI_Accumulate
|
||||
#define MPI_Add_error_class PMPI_Add_error_class
|
||||
#define MPI_Add_error_code PMPI_Add_error_code
|
||||
#define MPI_Add_error_string PMPI_Add_error_string
|
||||
#define MPI_Address PMPI_Address
|
||||
#define MPI_Allgather PMPI_Allgather
|
||||
#define MPI_Allgatherv PMPI_Allgatherv
|
||||
#define MPI_Allgatherw PMPI_Allgatherw
|
||||
#define MPI_Alloc_mem PMPI_Alloc_mem
|
||||
#define MPI_Allreduce PMPI_Allreduce
|
||||
#define MPI_Alltoall PMPI_Alltoall
|
||||
#define MPI_Alltoallv PMPI_Alltoallv
|
||||
#define MPI_Alltoallw PMPI_Alltoallw
|
||||
#define MPI_Attr_delete PMPI_Attr_delete
|
||||
#define MPI_Attr_get PMPI_Attr_get
|
||||
#define MPI_Attr_put PMPI_Attr_put
|
||||
#define MPI_Barrier PMPI_Barrier
|
||||
#define MPI_Bcast PMPI_Bcast
|
||||
#define MPI_Bsend_init PMPI_Bsend_init
|
||||
#define MPI_Bsend PMPI_Bsend
|
||||
#define MPI_Buffer_attach PMPI_Buffer_attach
|
||||
#define MPI_Buffer_detach PMPI_Buffer_detach
|
||||
#define MPI_Comm_get_name PMPI_Comm_get_name
|
||||
#define MPI_Comm_set_name PMPI_Comm_set_name
|
||||
#define MPI_Finalize PMPI_Finalize
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user