NewMadeleine

Documentation

nm_mpi.h
Go to the documentation of this file.
1/*
2 * NewMadeleine
3 * Copyright (C) 2006-2019 (see AUTHORS file)
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or (at
8 * your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
14 */
15
16
17#ifndef NM_MPI_H
18#define NM_MPI_H
19
41#ifdef __cplusplus
42extern "C"
43{
44#endif
45
46#include <stdint.h>
47#include <sys/types.h>
48#include "nm_config.h"
49
52#define NM_MPI_PMPI(SYM_MPI) __typeof__(SYM_MPI) P ## SYM_MPI /* trailing semicolon is supposed to be added by caller */
53
58#include "nm_mpi_types.h"
59#include "nm_mpi_config.h"
60#include "nm_mpi_info.h"
61#include "nm_mpi_req.h"
62#include "nm_mpi_p2p.h"
63#include "nm_mpi_collective.h"
64#include "nm_mpi_datatype.h"
65#include "nm_mpi_group.h"
66#include "nm_mpi_topo.h"
67#include "nm_mpi_communicator.h"
68#include "nm_mpi_onesided.h"
69#include "nm_mpi_session.h"
70#include "nm_mpi_io.h"
71#include "nm_mpi_tool.h"
73#include "nm_mpi_pmpi.h"
74
77#ifdef NMAD_ABT
78#define main __abt_app_main
79#endif /* PIOMAN_ABT */
80
81#ifdef __cplusplus
82}
83#endif
84
85#endif /* NM_MPI_H */
declarations for MPI collectives
declarations for MPI communicators
declarations for MPI environmental management
declarations for MPI info objects
declarations for MPI I/O
declarations for unimplemented functions
declarations for MPI point to point operations
declarations for MPI requests
declarations for MPI collectives
declarations for MPI tool
types declarations for MPI