impi-devel 2021.11.0__py2.py3-none-win_amd64.whl → 2021.12.1__py2.py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of impi-devel might be problematic. Click here for more details.

Files changed (27) hide show
  1. impi_devel-2021.12.1.data/data/Library/bin/impi.pdb +0 -0
  2. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpi/debug/impi.dll +0 -0
  3. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpi/debug/impi.pdb +0 -0
  4. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicc.bat +2 -2
  5. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpifc.bat +2 -2
  6. impi_devel-2021.12.1.data/data/Library/bin/mpiicpx.bat +24 -0
  7. impi_devel-2021.12.1.data/data/Library/bin/mpiicx.bat +24 -0
  8. impi_devel-2021.12.1.data/data/Library/bin/mpiifx.bat +24 -0
  9. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpi.h +994 -418
  10. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpicxx.h +35 -35
  11. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpio.h +149 -0
  12. impi_devel-2021.12.1.data/data/Library/lib/impi.lib +0 -0
  13. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/METADATA +2 -2
  14. impi_devel-2021.12.1.dist-info/RECORD +24 -0
  15. impi_devel-2021.11.0.data/data/Library/bin/impi.pdb +0 -0
  16. impi_devel-2021.11.0.data/data/Library/lib/impi.lib +0 -0
  17. impi_devel-2021.11.0.dist-info/RECORD +0 -21
  18. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicl.bat +0 -0
  19. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicxx.bat +0 -0
  20. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpif77.bat +0 -0
  21. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpif90.bat +0 -0
  22. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiicc.bat +0 -0
  23. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiicpc.bat +0 -0
  24. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiifort.bat +0 -0
  25. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/LICENSE.txt +0 -0
  26. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/WHEEL +0 -0
  27. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/top_level.txt +0 -0
@@ -548,8 +548,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
548
548
  * digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
549
549
  * 2019.0.0b0 will have the numeric version 20190000100.
550
550
  */
551
- #define I_MPI_VERSION "2021.11.0"
552
- #define I_MPI_NUMVERSION 20211100300
551
+ #define I_MPI_VERSION "2021.12.1"
552
+ #define I_MPI_NUMVERSION 20211201300
553
553
 
554
554
  /* for the datatype decoders */
555
555
  enum MPIR_Combiner_enum {
@@ -979,6 +979,16 @@ typedef int (MPI_Datarep_extent_function)(MPI_Datatype datatype, MPI_Aint *,
979
979
  void *);
980
980
  #define MPI_CONVERSION_FN_NULL ((MPI_Datarep_conversion_function *)0)
981
981
 
982
+ typedef int (MPI_Datarep_conversion_function_c)(void *, MPI_Datatype, MPI_Count,
983
+ void *, MPI_Offset, void *);
984
+ #define MPI_CONVERSION_FN_NULL_C ((MPI_Datarep_conversion_function_c *)0)
985
+
986
+ typedef struct {
987
+ void **storage_stack;
988
+ } QMPI_Context;
989
+
990
+ #define QMPI_MAX_TOOL_NAME_LENGTH 256
991
+
982
992
  /*
983
993
  For systems that may need to add additional definitions to support
984
994
  different declaration styles and options (e.g., different calling
@@ -1093,56 +1103,244 @@ int MPI_Pack(const void *inbuf, int incount, MPI_Datatype datatype, void *outbuf
1093
1103
  int MPI_Unpack(const void *inbuf, int insize, int *position, void *outbuf, int outcount,
1094
1104
  MPI_Datatype datatype, MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1095
1105
  int MPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) MPICH_API_PUBLIC;
1096
- int MPI_Barrier(MPI_Comm comm) MPICH_API_PUBLIC;
1097
- int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm)
1098
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1099
- int MPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1100
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1101
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1102
- int MPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1103
- const int *recvcounts, const int *displs, MPI_Datatype recvtype, int root,
1104
- MPI_Comm comm)
1105
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1106
- int MPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1107
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1108
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1109
- int MPI_Scatterv(const void *sendbuf, const int *sendcounts, const int *displs,
1110
- MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1111
- int root, MPI_Comm comm)
1112
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1106
+ int MPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
1107
+ int MPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
1113
1108
  int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1114
1109
  int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1115
1110
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1111
+ int MPI_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1112
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
1113
+ MPI_Request *request)
1114
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1116
1115
  int MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1117
- const int *recvcounts, const int *displs, MPI_Datatype recvtype, MPI_Comm comm)
1116
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
1117
+ MPI_Comm comm)
1118
1118
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1119
+ int MPI_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1120
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
1121
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
1122
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1123
+ int MPI_Allreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1124
+ MPI_Comm comm)
1125
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1126
+ int MPI_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1127
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
1128
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1119
1129
  int MPI_Alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1120
1130
  int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1121
1131
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1122
- int MPI_Alltoallv(const void *sendbuf, const int *sendcounts, const int *sdispls,
1123
- MPI_Datatype sendtype, void *recvbuf, const int *recvcounts,
1124
- const int *rdispls, MPI_Datatype recvtype, MPI_Comm comm)
1132
+ int MPI_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1133
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
1134
+ MPI_Request *request)
1135
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1136
+ int MPI_Alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1137
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[],
1138
+ MPI_Datatype recvtype, MPI_Comm comm)
1125
1139
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1140
+ int MPI_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
1141
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1142
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
1143
+ MPI_Request *request)
1144
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1126
1145
  int MPI_Alltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
1127
1146
  const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1128
- const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
1129
- int MPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1130
- MPI_Op op, MPI_Comm comm)
1147
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm)
1148
+ MPICH_API_PUBLIC;
1149
+ int MPI_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
1150
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1151
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
1152
+ MPI_Info info, MPI_Request *request) MPICH_API_PUBLIC;
1153
+ int MPI_Barrier(MPI_Comm comm) MPICH_API_PUBLIC;
1154
+ int MPI_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request) MPICH_API_PUBLIC;
1155
+ int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm)
1156
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1157
+ int MPI_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
1158
+ MPI_Info info, MPI_Request *request)
1159
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1160
+ int MPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1161
+ MPI_Comm comm)
1131
1162
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1132
- int MPI_Reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1133
- MPI_Op op, int root, MPI_Comm comm)
1163
+ int MPI_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1164
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
1165
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1166
+ int MPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1167
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1168
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1169
+ int MPI_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1170
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
1171
+ MPI_Request *request)
1172
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1173
+ int MPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1174
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
1175
+ MPI_Comm comm)
1176
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1177
+ int MPI_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1178
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
1179
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
1180
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1181
+ int MPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1182
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1183
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1184
+ int MPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1185
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
1186
+ MPI_Comm comm, MPI_Request *request)
1187
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1188
+ int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1189
+ MPI_Comm comm, MPI_Request *request)
1190
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1191
+ int MPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1192
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1193
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1194
+ int MPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1195
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1196
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1197
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1198
+ int MPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
1199
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1200
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
1201
+ MPI_Request *request) MPICH_API_PUBLIC;
1202
+ int MPI_Ibarrier(MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
1203
+ int MPI_Ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
1204
+ MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1205
+ int MPI_Iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1206
+ MPI_Comm comm, MPI_Request *request)
1207
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1208
+ int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1209
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
1210
+ MPI_Request *request)
1211
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1212
+ int MPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1213
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
1214
+ MPI_Comm comm, MPI_Request *request)
1215
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1216
+ int MPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1217
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
1218
+ MPI_Request *request)
1219
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1220
+ int MPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1221
+ void *recvbuf, const int recvcounts[], const int displs[],
1222
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1223
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1224
+ int MPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1225
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
1226
+ MPI_Request *request)
1227
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1228
+ int MPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1229
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1230
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
1231
+ MPI_Request *request)
1232
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1233
+ int MPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
1234
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1235
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
1236
+ MPI_Request *request) MPICH_API_PUBLIC;
1237
+ int MPI_Ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1238
+ int root, MPI_Comm comm, MPI_Request *request)
1239
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1240
+ int MPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
1241
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
1242
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1243
+ int MPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
1244
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
1245
+ MPI_Request *request)
1246
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1247
+ int MPI_Iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1248
+ MPI_Comm comm, MPI_Request *request)
1249
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1250
+ int MPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1251
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
1252
+ MPI_Request *request)
1253
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1254
+ int MPI_Iscatterv(const void *sendbuf, const int sendcounts[], const int displs[],
1255
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1256
+ int root, MPI_Comm comm, MPI_Request *request)
1257
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1258
+ int MPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1259
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1260
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1261
+ int MPI_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1262
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
1263
+ MPI_Info info, MPI_Request *request)
1264
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1265
+ int MPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1266
+ void *recvbuf, const int recvcounts[], const int displs[],
1267
+ MPI_Datatype recvtype, MPI_Comm comm)
1268
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1269
+ int MPI_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1270
+ void *recvbuf, const int recvcounts[], const int displs[],
1271
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
1272
+ MPI_Request *request)
1273
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1274
+ int MPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1275
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1276
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1277
+ int MPI_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1278
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
1279
+ MPI_Info info, MPI_Request *request)
1280
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1281
+ int MPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1282
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1283
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
1284
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1285
+ int MPI_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
1286
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1287
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
1288
+ MPI_Info info, MPI_Request *request)
1289
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1290
+ int MPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
1291
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1292
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm)
1293
+ MPICH_API_PUBLIC;
1294
+ int MPI_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[],
1295
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
1296
+ void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[],
1297
+ const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info,
1298
+ MPI_Request *request) MPICH_API_PUBLIC;
1299
+ int MPI_Reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1300
+ int root, MPI_Comm comm)
1134
1301
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1135
- int MPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
1136
- int MPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
1137
- int MPI_Allreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1138
- MPI_Op op, MPI_Comm comm)
1139
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1302
+ int MPI_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1303
+ int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
1304
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1305
+ int MPI_Reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype,
1306
+ MPI_Op op)
1307
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1140
1308
  int MPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
1141
1309
  MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
1142
1310
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1311
+ int MPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
1312
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
1313
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1314
+ int MPI_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount,
1315
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
1316
+ MPI_Request *request)
1317
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1318
+ int MPI_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[],
1319
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
1320
+ MPI_Request *request)
1321
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1143
1322
  int MPI_Scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1144
1323
  MPI_Comm comm)
1145
1324
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1325
+ int MPI_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1326
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
1327
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1328
+ int MPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1329
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1330
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1331
+ int MPI_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1332
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
1333
+ MPI_Request *request)
1334
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1335
+ int MPI_Scatterv(const void *sendbuf, const int sendcounts[], const int displs[],
1336
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1337
+ int root, MPI_Comm comm)
1338
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1339
+ int MPI_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[],
1340
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1341
+ int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
1342
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1343
+
1146
1344
  int MPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
1147
1345
  int MPI_Group_rank(MPI_Group group, int *rank) MPICH_API_PUBLIC;
1148
1346
  int MPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
@@ -1261,6 +1459,14 @@ int MPI_Win_start(MPI_Group group, int assert, MPI_Win win) MPICH_API_PUBLIC;
1261
1459
  int MPI_Win_test(MPI_Win win, int *flag) MPICH_API_PUBLIC;
1262
1460
  int MPI_Win_unlock(int rank, MPI_Win win) MPICH_API_PUBLIC;
1263
1461
  int MPI_Win_wait(MPI_Win win) MPICH_API_PUBLIC;
1462
+ int MPI_Win_allocate_c(MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
1463
+ void *baseptr, MPI_Win *win) MPICH_API_PUBLIC;
1464
+ int MPI_Win_allocate_shared_c(MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
1465
+ void *baseptr, MPI_Win *win) MPICH_API_PUBLIC;
1466
+ int MPI_Win_create_c(void *base, MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
1467
+ MPI_Win *win) MPICH_API_PUBLIC;
1468
+ int MPI_Win_shared_query_c(MPI_Win win, int rank, MPI_Aint *size, MPI_Aint *disp_unit,
1469
+ void *baseptr) MPICH_API_PUBLIC;
1264
1470
 
1265
1471
  /* MPI-3 One-Sided Communication Routines */
1266
1472
  int MPI_Win_allocate(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, void *baseptr,
@@ -1443,14 +1649,7 @@ int MPI_Type_create_f90_integer(int range, MPI_Datatype *newtype) MPICH_API_PUBL
1443
1649
  int MPI_Type_create_f90_real(int precision, int range, MPI_Datatype *newtype) MPICH_API_PUBLIC;
1444
1650
  int MPI_Type_create_f90_complex(int precision, int range, MPI_Datatype *newtype) MPICH_API_PUBLIC;
1445
1651
 
1446
- int MPI_Reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype,
1447
- MPI_Op op)
1448
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1449
1652
  int MPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
1450
- int MPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
1451
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
1452
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
1453
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1454
1653
  int MPI_Dist_graph_create_adjacent(MPI_Comm comm_old, int indegree, const int sources[],
1455
1654
  const int sourceweights[], int outdegree,
1456
1655
  const int destinations[], const int destweights[],
@@ -1473,112 +1672,6 @@ int MPI_Mrecv(void *buf, int count, MPI_Datatype datatype, MPI_Message *message,
1473
1672
 
1474
1673
  /* Nonblocking collectives */
1475
1674
  int MPI_Comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request) MPICH_API_PUBLIC;
1476
- int MPI_Ibarrier(MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
1477
- int MPI_Ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
1478
- MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1479
- int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1480
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
1481
- MPI_Request *request)
1482
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1483
- int MPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1484
- const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
1485
- MPI_Comm comm, MPI_Request *request)
1486
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1487
- int MPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1488
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
1489
- MPI_Request *request)
1490
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1491
- int MPI_Iscatterv(const void *sendbuf, const int sendcounts[], const int displs[],
1492
- MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1493
- int root, MPI_Comm comm, MPI_Request *request)
1494
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1495
- int MPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1496
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1497
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1498
- int MPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1499
- const int recvcounts[], const int displs[], MPI_Datatype recvtype,
1500
- MPI_Comm comm, MPI_Request *request)
1501
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1502
- int MPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1503
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1504
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1505
- int MPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1506
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1507
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
1508
- MPI_Request *request)
1509
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1510
- int MPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
1511
- const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1512
- const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
1513
- MPI_Request *request) MPICH_API_PUBLIC;
1514
- int MPI_Ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1515
- MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
1516
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1517
- int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1518
- MPI_Op op, MPI_Comm comm, MPI_Request *request)
1519
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1520
- int MPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
1521
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
1522
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1523
- int MPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
1524
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
1525
- MPI_Request *request)
1526
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
1527
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1528
- int MPI_Iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1529
- MPI_Comm comm, MPI_Request *request)
1530
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1531
- int MPI_Iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1532
- MPI_Op op, MPI_Comm comm, MPI_Request *request)
1533
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1534
-
1535
- /* Neighborhood collectives */
1536
- int MPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1537
- void *recvbuf, int recvcount, MPI_Datatype recvtype,
1538
- MPI_Comm comm, MPI_Request *request)
1539
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1540
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1541
- int MPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1542
- void *recvbuf, const int recvcounts[], const int displs[],
1543
- MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
1544
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1545
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1546
- int MPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1547
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
1548
- MPI_Request *request)
1549
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1550
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1551
- int MPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1552
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1553
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
1554
- MPI_Request *request)
1555
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
1556
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1557
- int MPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[],
1558
- const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
1559
- void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[],
1560
- const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
1561
- int MPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1562
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1563
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1564
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1565
- int MPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1566
- void *recvbuf, const int recvcounts[], const int displs[],
1567
- MPI_Datatype recvtype, MPI_Comm comm)
1568
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1569
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1570
- int MPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
1571
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1572
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
1573
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1574
- int MPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
1575
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
1576
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
1577
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
1578
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1579
- int MPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
1580
- const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1581
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
1582
1675
 
1583
1676
  /* Shared memory */
1584
1677
  int MPI_Comm_split_type(MPI_Comm comm, int split_type, int key, MPI_Info info, MPI_Comm *newcomm) MPICH_API_PUBLIC;
@@ -1758,56 +1851,8 @@ int PMPI_Pack(const void *inbuf, int incount, MPI_Datatype datatype, void *outbu
1758
1851
  int PMPI_Unpack(const void *inbuf, int insize, int *position, void *outbuf, int outcount,
1759
1852
  MPI_Datatype datatype, MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1760
1853
  int PMPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) MPICH_API_PUBLIC;
1761
- int PMPI_Barrier(MPI_Comm comm) MPICH_API_PUBLIC;
1762
- int PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm)
1763
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
1764
- int PMPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1765
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1766
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1767
- int PMPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1768
- const int *recvcounts, const int *displs, MPI_Datatype recvtype, int root,
1769
- MPI_Comm comm)
1770
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1771
- int PMPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1772
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
1773
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1774
- int PMPI_Scatterv(const void *sendbuf, const int *sendcounts, const int *displs,
1775
- MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
1776
- int root, MPI_Comm comm)
1777
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
1778
- int PMPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1779
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1780
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1781
- int PMPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1782
- const int *recvcounts, const int *displs, MPI_Datatype recvtype, MPI_Comm comm)
1783
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
1784
- int PMPI_Alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
1785
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
1786
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
1787
- int PMPI_Alltoallv(const void *sendbuf, const int *sendcounts, const int *sdispls,
1788
- MPI_Datatype sendtype, void *recvbuf, const int *recvcounts,
1789
- const int *rdispls, MPI_Datatype recvtype, MPI_Comm comm)
1790
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
1791
- int PMPI_Alltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
1792
- const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
1793
- const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
1794
- int PMPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1795
- MPI_Op op, MPI_Comm comm)
1796
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1797
- int PMPI_Reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1798
- MPI_Op op, int root, MPI_Comm comm)
1799
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1800
1854
  int PMPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
1801
1855
  int PMPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
1802
- int PMPI_Allreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
1803
- MPI_Op op, MPI_Comm comm)
1804
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1805
- int PMPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
1806
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
1807
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1808
- int PMPI_Scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
1809
- MPI_Comm comm)
1810
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
1811
1856
  int PMPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
1812
1857
  int PMPI_Group_rank(MPI_Group group, int *rank) MPICH_API_PUBLIC;
1813
1858
  int PMPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
@@ -2136,118 +2181,8 @@ int PMPI_Mrecv(void *buf, int count, MPI_Datatype datatype, MPI_Message *message
2136
2181
 
2137
2182
  /* Nonblocking collectives */
2138
2183
  int PMPI_Comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request) MPICH_API_PUBLIC;
2139
- int PMPI_Ibarrier(MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2140
- int PMPI_Ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
2141
- MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2142
- int PMPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2143
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2144
- MPI_Request *request)
2145
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2146
- int PMPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2147
- const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
2148
- MPI_Comm comm, MPI_Request *request)
2149
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2150
- int PMPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2151
- int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2152
- MPI_Request *request)
2153
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2154
- int PMPI_Iscatterv(const void *sendbuf, const int sendcounts[], const int displs[],
2155
- MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
2156
- int root, MPI_Comm comm, MPI_Request *request)
2157
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2158
- int PMPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2159
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2160
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2161
- int PMPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2162
- const int recvcounts[], const int displs[], MPI_Datatype recvtype,
2163
- MPI_Comm comm, MPI_Request *request)
2164
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2165
- int PMPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2166
- int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2167
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2168
- int PMPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2169
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2170
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
2171
- MPI_Request *request)
2172
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2173
- int PMPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
2174
- const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2175
- const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
2176
- MPI_Request *request) MPICH_API_PUBLIC;
2177
- int PMPI_Ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
2178
- MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
2179
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2180
- int PMPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
2181
- MPI_Op op, MPI_Comm comm, MPI_Request *request)
2182
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2183
- int PMPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
2184
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
2185
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
2186
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2187
- int PMPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
2188
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
2189
- MPI_Request *request)
2190
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
2191
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2192
- int PMPI_Iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2193
- MPI_Comm comm, MPI_Request *request)
2194
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2195
- int PMPI_Iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
2196
- MPI_Op op, MPI_Comm comm, MPI_Request *request)
2197
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2198
-
2199
- /* Neighborhood collectives */
2200
- int PMPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2201
- void *recvbuf, int recvcount, MPI_Datatype recvtype,
2202
- MPI_Comm comm, MPI_Request *request)
2203
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2204
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2205
- int PMPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2206
- void *recvbuf, const int recvcounts[], const int displs[],
2207
- MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2208
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2209
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2210
- int PMPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2211
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2212
- MPI_Request *request)
2213
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2214
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2215
- int PMPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2216
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2217
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
2218
- MPI_Request *request)
2219
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
2220
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2221
- int PMPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[],
2222
- const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
2223
- void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[],
2224
- const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2225
- int PMPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2226
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2227
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2228
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2229
- int PMPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2230
- void *recvbuf, const int recvcounts[], const int displs[],
2231
- MPI_Datatype recvtype, MPI_Comm comm)
2232
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2233
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2234
- int PMPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2235
- void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2236
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2237
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2238
- int PMPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2239
- MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2240
- const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
2241
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4)
2242
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2243
- int PMPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
2244
- const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2245
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
2246
- MPI_Comm comm) MPICH_API_PUBLIC;
2247
-
2248
2184
  /* Shared memory */
2249
2185
  int PMPI_Comm_split_type(MPI_Comm comm, int split_type, int key, MPI_Info info, MPI_Comm *newcomm) MPICH_API_PUBLIC;
2250
-
2251
2186
  /* Noncollective communicator creation */
2252
2187
  int PMPI_Comm_create_group(MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) MPICH_API_PUBLIC;
2253
2188
 
@@ -2319,44 +2254,84 @@ int PMPIX_Comm_agree(MPI_Comm comm, int *flag) MPICH_API_PUBLIC;
2319
2254
  int MPI_Allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2320
2255
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2321
2256
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2257
+ int MPI_Allgather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2258
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2259
+ MPI_Info info, MPI_Request *request)
2260
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2322
2261
  int MPI_Allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2323
- const MPI_Count *recvcounts, const MPI_Aint *displs, MPI_Datatype recvtype, MPI_Comm comm)
2262
+ const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2263
+ MPI_Comm comm)
2324
2264
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2265
+ int MPI_Allgatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2266
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2267
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2268
+ MPI_Request *request)
2269
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2325
2270
  int MPI_Allreduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2326
2271
  MPI_Op op, MPI_Comm comm)
2327
2272
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2328
- int MPI_Reduce_scatter_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
2329
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
2273
+ int MPI_Allreduce_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2274
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2330
2275
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2331
2276
  int MPI_Alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2332
2277
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2333
2278
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2279
+ int MPI_Alltoall_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2280
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2281
+ MPI_Info info, MPI_Request *request)
2282
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2334
2283
  int MPI_Alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2335
2284
  MPI_Datatype sendtype, void *recvbuf, const MPI_Count recvcounts[],
2336
2285
  const MPI_Aint rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
2337
2286
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2287
+ int MPI_Alltoallv_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2288
+ const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2289
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2290
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2291
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2338
2292
  int MPI_Alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2339
2293
  const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2340
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
2294
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm)
2295
+ MPICH_API_PUBLIC;
2296
+ int MPI_Alltoallw_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2297
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf,
2298
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2299
+ const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info,
2300
+ MPI_Request *request) MPICH_API_PUBLIC;
2341
2301
  int MPI_Bcast_c(void *buffer, MPI_Count count, MPI_Datatype datatype, int root, MPI_Comm comm)
2342
2302
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2303
+ int MPI_Bcast_init_c(void *buffer, MPI_Count count, MPI_Datatype datatype, int root, MPI_Comm comm,
2304
+ MPI_Info info, MPI_Request *request)
2305
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2343
2306
  int MPI_Exscan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2344
2307
  MPI_Op op, MPI_Comm comm)
2345
2308
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2309
+ int MPI_Exscan_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2310
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2311
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2346
2312
  int MPI_Gather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2347
2313
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
2348
2314
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2315
+ int MPI_Gather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2316
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, int root,
2317
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2318
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2349
2319
  int MPI_Gatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2350
- const MPI_Count *recvcounts, const MPI_Aint *displs, MPI_Datatype recvtype, int root,
2351
- MPI_Comm comm)
2320
+ const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2321
+ int root, MPI_Comm comm)
2352
2322
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2323
+ int MPI_Gatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2324
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2325
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
2326
+ MPI_Request *request)
2327
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2353
2328
  int MPI_Iallgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2354
2329
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2355
2330
  MPI_Request *request)
2356
2331
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2357
- int MPI_Iallgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2358
- const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2359
- MPI_Comm comm, MPI_Request *request)
2332
+ int MPI_Iallgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2333
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2334
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2360
2335
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2361
2336
  int MPI_Iallreduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2362
2337
  MPI_Op op, MPI_Comm comm, MPI_Request *request)
@@ -2384,8 +2359,8 @@ int MPI_Igather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtyp
2384
2359
  MPI_Request *request)
2385
2360
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2386
2361
  int MPI_Igatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2387
- const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype, int root,
2388
- MPI_Comm comm, MPI_Request *request)
2362
+ const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2363
+ int root, MPI_Comm comm, MPI_Request *request)
2389
2364
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2390
2365
  int MPI_Ineighbor_allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2391
2366
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
@@ -2394,8 +2369,7 @@ int MPI_Ineighbor_allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Data
2394
2369
  int MPI_Ineighbor_allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2395
2370
  void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2396
2371
  MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2397
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2398
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2372
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2399
2373
  int MPI_Ineighbor_alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2400
2374
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2401
2375
  MPI_Comm comm, MPI_Request *request)
@@ -2408,7 +2382,8 @@ int MPI_Ineighbor_alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[],
2408
2382
  int MPI_Ineighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[],
2409
2383
  const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
2410
2384
  void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2411
- const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2385
+ const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request)
2386
+ MPICH_API_PUBLIC;
2412
2387
  int MPI_Ireduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2413
2388
  MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
2414
2389
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
@@ -2427,254 +2402,733 @@ int MPI_Iscatter_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendty
2427
2402
  MPI_Request *request)
2428
2403
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2429
2404
  int MPI_Iscatterv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
2430
- MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2431
- int root, MPI_Comm comm, MPI_Request *request)
2405
+ MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount,
2406
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request)
2432
2407
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2433
2408
  int MPI_Neighbor_allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2434
2409
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2435
2410
  MPI_Comm comm)
2436
2411
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2412
+ int MPI_Neighbor_allgather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2413
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2414
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2415
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2437
2416
  int MPI_Neighbor_allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2438
2417
  void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2439
2418
  MPI_Datatype recvtype, MPI_Comm comm)
2440
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2441
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2419
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2420
+ int MPI_Neighbor_allgatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2421
+ void *recvbuf, const MPI_Count recvcounts[],
2422
+ const MPI_Aint displs[], MPI_Datatype recvtype, MPI_Comm comm,
2423
+ MPI_Info info, MPI_Request *request)
2424
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2442
2425
  int MPI_Neighbor_alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2443
2426
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2444
2427
  MPI_Comm comm)
2445
2428
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2429
+ int MPI_Neighbor_alltoall_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2430
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2431
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2432
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2446
2433
  int MPI_Neighbor_alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[],
2447
2434
  const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2448
2435
  const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2449
2436
  MPI_Datatype recvtype, MPI_Comm comm)
2450
2437
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2451
- int MPI_Neighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2452
- const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2453
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
2438
+ int MPI_Neighbor_alltoallv_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2439
+ const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2440
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2441
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2442
+ MPI_Request *request)
2443
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2444
+ int MPI_Neighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[],
2445
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
2446
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2447
+ const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
2448
+ int MPI_Neighbor_alltoallw_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2449
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
2450
+ void *recvbuf, const MPI_Count recvcounts[],
2451
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
2452
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2453
+ MPICH_API_PUBLIC;
2454
2454
  int MPI_Reduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2455
2455
  MPI_Op op, int root, MPI_Comm comm)
2456
2456
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2457
+ int MPI_Reduce_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2458
+ MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2459
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2460
+ int MPI_Reduce_scatter_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
2461
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
2462
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2457
2463
  int MPI_Reduce_scatter_block_c(const void *sendbuf, void *recvbuf, MPI_Count recvcount,
2458
2464
  MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
2459
2465
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2466
+ int MPI_Reduce_scatter_block_init_c(const void *sendbuf, void *recvbuf, MPI_Count recvcount,
2467
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
2468
+ MPI_Request *request)
2469
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2470
+ int MPI_Reduce_scatter_init_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
2471
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
2472
+ MPI_Request *request)
2473
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2460
2474
  int MPI_Scan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2461
2475
  MPI_Op op, MPI_Comm comm)
2462
2476
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2477
+ int MPI_Scan_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2478
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2479
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2463
2480
  int MPI_Scatter_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2464
2481
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
2465
2482
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2466
- int MPI_Scatterv_c(const void *sendbuf, const MPI_Count *sendcounts, const MPI_Aint *displs,
2483
+ int MPI_Scatter_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2484
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, int root,
2485
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2486
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2487
+ int MPI_Scatterv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
2467
2488
  MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2468
2489
  int root, MPI_Comm comm)
2469
2490
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2470
-
2471
-
2491
+ int MPI_Scatterv_init_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
2492
+ MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount,
2493
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
2494
+ MPI_Request *request)
2495
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2496
+ int MPI_Get_count_c(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
2497
+ MPICH_API_PUBLIC;
2498
+ int MPI_Get_elements_c(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
2499
+ MPICH_API_PUBLIC;
2500
+ int MPI_Pack_c(const void *inbuf, MPI_Count incount, MPI_Datatype datatype, void *outbuf,
2501
+ MPI_Count outsize, MPI_Count *position, MPI_Comm comm) MPICH_API_PUBLIC;
2502
+ int MPI_Pack_external_c(const char *datarep, const void *inbuf, MPI_Count incount,
2503
+ MPI_Datatype datatype, void *outbuf, MPI_Count outsize,
2504
+ MPI_Count *position) MPICH_API_PUBLIC;
2505
+ int MPI_Pack_external_size_c(const char *datarep, MPI_Count incount, MPI_Datatype datatype,
2506
+ MPI_Count *size) MPICH_API_PUBLIC;
2507
+ int MPI_Pack_size_c(MPI_Count incount, MPI_Datatype datatype, MPI_Comm comm, MPI_Count *size)
2508
+ MPICH_API_PUBLIC;
2509
+ int MPI_Status_set_elements_c(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
2510
+ MPICH_API_PUBLIC;
2511
+ int MPI_Type_contiguous_c(MPI_Count count, MPI_Datatype oldtype, MPI_Datatype *newtype)
2512
+ MPICH_API_PUBLIC;
2513
+ int MPI_Type_create_darray_c(int size, int rank, int ndims, const MPI_Count array_of_gsizes[],
2514
+ const int array_of_distribs[], const int array_of_dargs[],
2515
+ const int array_of_psizes[], int order, MPI_Datatype oldtype,
2516
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2517
+ int MPI_Type_create_hindexed_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
2518
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
2519
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2520
+ int MPI_Type_create_hindexed_block_c(MPI_Count count, MPI_Count blocklength,
2521
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
2522
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2523
+ int MPI_Type_create_hvector_c(MPI_Count count, MPI_Count blocklength, MPI_Count stride,
2524
+ MPI_Datatype oldtype, MPI_Datatype *newtype) MPICH_API_PUBLIC;
2525
+ int MPI_Type_create_indexed_block_c(MPI_Count count, MPI_Count blocklength,
2526
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
2527
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2528
+ int MPI_Type_create_resized_c(MPI_Datatype oldtype, MPI_Count lb, MPI_Count extent,
2529
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2530
+ int MPI_Type_create_struct_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
2531
+ const MPI_Count array_of_displacements[],
2532
+ const MPI_Datatype array_of_types[], MPI_Datatype *newtype)
2533
+ MPICH_API_PUBLIC;
2534
+ int MPI_Type_create_subarray_c(int ndims, const MPI_Count array_of_sizes[],
2535
+ const MPI_Count array_of_subsizes[],
2536
+ const MPI_Count array_of_starts[], int order, MPI_Datatype oldtype,
2537
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2538
+ int MPI_Type_get_contents_c(MPI_Datatype datatype, MPI_Count max_integers, MPI_Count max_addresses,
2539
+ MPI_Count max_large_counts, MPI_Count max_datatypes,
2540
+ int array_of_integers[], MPI_Aint array_of_addresses[],
2541
+ MPI_Count array_of_large_counts[], MPI_Datatype array_of_datatypes[])
2542
+ MPICH_API_PUBLIC;
2543
+ int MPI_Type_get_envelope_c(MPI_Datatype datatype, MPI_Count *num_integers,
2544
+ MPI_Count *num_addresses, MPI_Count *num_large_counts,
2545
+ MPI_Count *num_datatypes, int *combiner) MPICH_API_PUBLIC;
2546
+ int MPI_Type_get_extent_c(MPI_Datatype datatype, MPI_Count *lb, MPI_Count *extent)
2547
+ MPICH_API_PUBLIC;
2548
+ int MPI_Type_get_true_extent_c(MPI_Datatype datatype, MPI_Count *true_lb, MPI_Count *true_extent)
2549
+ MPICH_API_PUBLIC;
2550
+ int MPI_Type_indexed_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
2551
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
2552
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
2553
+ int MPI_Type_size_c(MPI_Datatype datatype, MPI_Count *size) MPICH_API_PUBLIC;
2554
+ int MPI_Type_vector_c(MPI_Count count, MPI_Count blocklength, MPI_Count stride,
2555
+ MPI_Datatype oldtype, MPI_Datatype *newtype) MPICH_API_PUBLIC;
2556
+ int MPI_Unpack_c(const void *inbuf, MPI_Count insize, MPI_Count *position, void *outbuf,
2557
+ MPI_Count outcount, MPI_Datatype datatype, MPI_Comm comm) MPICH_API_PUBLIC;
2558
+ int MPI_Unpack_external_c(const char datarep[], const void *inbuf, MPI_Count insize,
2559
+ MPI_Count *position, void *outbuf, MPI_Count outcount,
2560
+ MPI_Datatype datatype) MPICH_API_PUBLIC;
2561
+ int MPI_Bsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2562
+ MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2563
+ int MPI_Bsend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2564
+ MPI_Comm comm, MPI_Request *request)
2565
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2566
+ int MPI_Buffer_attach_c(void *buffer, MPI_Count size) MPICH_API_PUBLIC;
2567
+ int MPI_Buffer_detach_c(void *buffer_addr, MPI_Count *size) MPICH_API_PUBLIC;
2568
+ int MPI_Ibsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2569
+ MPI_Comm comm, MPI_Request *request)
2570
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2571
+ int MPI_Imrecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Message *message,
2572
+ MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2573
+ int MPI_Irecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2574
+ MPI_Comm comm, MPI_Request *request)
2575
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2576
+ int MPI_Irsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2577
+ MPI_Comm comm, MPI_Request *request)
2578
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2579
+ int MPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2580
+ MPI_Comm comm, MPI_Request *request)
2581
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2582
+ int MPI_Issend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2583
+ MPI_Comm comm, MPI_Request *request)
2584
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2585
+ int MPI_Mrecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Message *message,
2586
+ MPI_Status *status) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2587
+ int MPI_Recv_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2588
+ MPI_Comm comm, MPI_Status *status)
2589
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2590
+ int MPI_Recv_init_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2591
+ MPI_Comm comm, MPI_Request *request)
2592
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2593
+ int MPI_Rsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2594
+ MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2595
+ int MPI_Rsend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2596
+ MPI_Comm comm, MPI_Request *request)
2597
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2598
+ int MPI_Send_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2599
+ MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2600
+ int MPI_Send_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2601
+ MPI_Comm comm, MPI_Request *request)
2602
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2603
+ int MPI_Sendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
2604
+ int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2605
+ int source, int recvtag, MPI_Comm comm, MPI_Status *status)
2606
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
2607
+ int MPI_Sendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int sendtag,
2608
+ int source, int recvtag, MPI_Comm comm, MPI_Status *status)
2609
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2610
+ int MPI_Ssend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2611
+ MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2612
+ int MPI_Ssend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2613
+ MPI_Comm comm, MPI_Request *request)
2614
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2615
+ int MPI_Accumulate_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2616
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2617
+ MPI_Datatype target_datatype, MPI_Op op, MPI_Win win)
2618
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2619
+ int MPI_Get_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2620
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2621
+ MPI_Datatype target_datatype, MPI_Win win)
2622
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2623
+ int MPI_Get_accumulate_c(const void *origin_addr, MPI_Count origin_count,
2624
+ MPI_Datatype origin_datatype, void *result_addr, MPI_Count result_count,
2625
+ MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp,
2626
+ MPI_Count target_count, MPI_Datatype target_datatype, MPI_Op op,
2627
+ MPI_Win win)
2628
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2629
+ int MPI_Put_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2630
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2631
+ MPI_Datatype target_datatype, MPI_Win win)
2632
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2633
+ int MPI_Raccumulate_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2634
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2635
+ MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request)
2636
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2637
+ int MPI_Rget_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2638
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2639
+ MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
2640
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2641
+ int MPI_Rget_accumulate_c(const void *origin_addr, MPI_Count origin_count,
2642
+ MPI_Datatype origin_datatype, void *result_addr, MPI_Count result_count,
2643
+ MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp,
2644
+ MPI_Count target_count, MPI_Datatype target_datatype, MPI_Op op,
2645
+ MPI_Win win, MPI_Request *request)
2646
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2647
+ int MPI_Rput_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
2648
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
2649
+ MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
2650
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2651
+ int PMPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2652
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2653
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2472
2654
  int PMPI_Allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2473
2655
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2474
2656
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2475
- int PMPI_Allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2476
- const MPI_Count *recvcounts, const MPI_Aint *displs, MPI_Datatype recvtype, MPI_Comm comm)
2657
+ int PMPI_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2658
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2659
+ MPI_Request *request)
2660
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2661
+ int PMPI_Allgather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2662
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2663
+ MPI_Info info, MPI_Request *request)
2664
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2665
+ int PMPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2666
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
2667
+ MPI_Comm comm)
2668
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2669
+ int PMPI_Allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2670
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2671
+ MPI_Datatype recvtype, MPI_Comm comm)
2477
2672
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2673
+ int PMPI_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2674
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
2675
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2676
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2677
+ int PMPI_Allgatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2678
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2679
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2680
+ MPI_Request *request)
2681
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2682
+ int PMPI_Allreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2683
+ MPI_Comm comm)
2684
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2478
2685
  int PMPI_Allreduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2479
- MPI_Op op, MPI_Comm comm)
2480
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2481
- int PMPI_Reduce_scatter_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
2482
- MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
2686
+ MPI_Op op, MPI_Comm comm)
2687
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2688
+ int PMPI_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
2689
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2690
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2691
+ int PMPI_Allreduce_init_c(const void *sendbuf, void *recvbuf, MPI_Count count,
2692
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
2693
+ MPI_Request *request)
2483
2694
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2695
+ int PMPI_Alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2696
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2697
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2484
2698
  int PMPI_Alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2485
2699
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2486
2700
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2701
+ int PMPI_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2702
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2703
+ MPI_Request *request)
2704
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2705
+ int PMPI_Alltoall_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2706
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2707
+ MPI_Info info, MPI_Request *request)
2708
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2709
+ int PMPI_Alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2710
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2711
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
2712
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2487
2713
  int PMPI_Alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2488
2714
  MPI_Datatype sendtype, void *recvbuf, const MPI_Count recvcounts[],
2489
2715
  const MPI_Aint rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
2490
2716
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2717
+ int PMPI_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
2718
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2719
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2720
+ MPI_Request *request)
2721
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2722
+ int PMPI_Alltoallv_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2723
+ const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2724
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2725
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2726
+ MPI_Request *request)
2727
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2728
+ int PMPI_Alltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
2729
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2730
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm)
2731
+ MPICH_API_PUBLIC;
2491
2732
  int PMPI_Alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2492
2733
  const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2493
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
2734
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm)
2735
+ MPICH_API_PUBLIC;
2736
+ int PMPI_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
2737
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2738
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
2739
+ MPI_Info info, MPI_Request *request) MPICH_API_PUBLIC;
2740
+ int PMPI_Alltoallw_init_c(const void *sendbuf, const MPI_Count sendcounts[],
2741
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf,
2742
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2743
+ const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info,
2744
+ MPI_Request *request) MPICH_API_PUBLIC;
2745
+ int PMPI_Barrier(MPI_Comm comm) MPICH_API_PUBLIC;
2746
+ int PMPI_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request) MPICH_API_PUBLIC;
2747
+ int PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm)
2748
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2494
2749
  int PMPI_Bcast_c(void *buffer, MPI_Count count, MPI_Datatype datatype, int root, MPI_Comm comm)
2495
2750
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2751
+ int PMPI_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
2752
+ MPI_Info info, MPI_Request *request)
2753
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2754
+ int PMPI_Bcast_init_c(void *buffer, MPI_Count count, MPI_Datatype datatype, int root, MPI_Comm comm,
2755
+ MPI_Info info, MPI_Request *request)
2756
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2757
+ int PMPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2758
+ MPI_Comm comm)
2759
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2496
2760
  int PMPI_Exscan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2497
2761
  MPI_Op op, MPI_Comm comm)
2498
2762
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2763
+ int PMPI_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
2764
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2765
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2766
+ int PMPI_Exscan_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2767
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
2768
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2769
+ int PMPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2770
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
2771
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2499
2772
  int PMPI_Gather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2500
2773
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
2501
2774
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2775
+ int PMPI_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2776
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
2777
+ MPI_Request *request)
2778
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2779
+ int PMPI_Gather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2780
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, int root,
2781
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2782
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2783
+ int PMPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2784
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
2785
+ MPI_Comm comm)
2786
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2502
2787
  int PMPI_Gatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2503
- const MPI_Count *recvcounts, const MPI_Aint *displs, MPI_Datatype recvtype, int root,
2504
- MPI_Comm comm)
2788
+ const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2789
+ int root, MPI_Comm comm)
2505
2790
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2506
- int PMPI_Iallgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2507
- MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2791
+ int PMPI_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2792
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
2793
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2794
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2795
+ int PMPI_Gatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2796
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2797
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
2798
+ MPI_Request *request)
2799
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2800
+ int PMPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2801
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2802
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2803
+ int PMPI_Iallgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2804
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2508
2805
  MPI_Request *request)
2509
2806
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2510
- int PMPI_Iallgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2511
- const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2512
- MPI_Comm comm, MPI_Request *request)
2807
+ int PMPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2808
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype,
2809
+ MPI_Comm comm, MPI_Request *request)
2810
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2811
+ int PMPI_Iallgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2812
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2813
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2513
2814
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2815
+ int PMPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2816
+ MPI_Comm comm, MPI_Request *request)
2817
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2514
2818
  int PMPI_Iallreduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2515
2819
  MPI_Op op, MPI_Comm comm, MPI_Request *request)
2516
2820
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2821
+ int PMPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2822
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2823
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2517
2824
  int PMPI_Ialltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2518
2825
  MPI_Count recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2519
2826
  MPI_Request *request)
2520
2827
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2828
+ int PMPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2829
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2830
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
2831
+ MPI_Request *request)
2832
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2521
2833
  int PMPI_Ialltoallv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2522
2834
  MPI_Datatype sendtype, void *recvbuf, const MPI_Count recvcounts[],
2523
2835
  const MPI_Aint rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
2524
2836
  MPI_Request *request)
2525
2837
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2838
+ int PMPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
2839
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2840
+ const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
2841
+ MPI_Request *request) MPICH_API_PUBLIC;
2526
2842
  int PMPI_Ialltoallw_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2527
- const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2528
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
2529
- MPI_Request *request) MPICH_API_PUBLIC;
2843
+ const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2844
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
2845
+ MPI_Request *request) MPICH_API_PUBLIC;
2846
+ int PMPI_Ibarrier(MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2847
+ int PMPI_Ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm,
2848
+ MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2530
2849
  int PMPI_Ibcast_c(void *buffer, MPI_Count count, MPI_Datatype datatype, int root, MPI_Comm comm,
2531
2850
  MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2851
+ int PMPI_Iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2852
+ MPI_Comm comm, MPI_Request *request)
2853
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2532
2854
  int PMPI_Iexscan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2533
2855
  MPI_Op op, MPI_Comm comm, MPI_Request *request)
2534
2856
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2857
+ int PMPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2858
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2859
+ MPI_Request *request)
2860
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2535
2861
  int PMPI_Igather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2536
2862
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2537
2863
  MPI_Request *request)
2538
2864
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2865
+ int PMPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2866
+ const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root,
2867
+ MPI_Comm comm, MPI_Request *request)
2868
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2539
2869
  int PMPI_Igatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2540
- const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype, int root,
2541
- MPI_Comm comm, MPI_Request *request)
2870
+ const MPI_Count recvcounts[], const MPI_Aint displs[], MPI_Datatype recvtype,
2871
+ int root, MPI_Comm comm, MPI_Request *request)
2542
2872
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2873
+ int PMPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2874
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2875
+ MPI_Request *request)
2876
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2543
2877
  int PMPI_Ineighbor_allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2544
2878
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2545
2879
  MPI_Comm comm, MPI_Request *request)
2546
2880
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2881
+ int PMPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2882
+ void *recvbuf, const int recvcounts[], const int displs[],
2883
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2884
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2547
2885
  int PMPI_Ineighbor_allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2548
- void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2549
- MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2550
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2551
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2886
+ void *recvbuf, const MPI_Count recvcounts[],
2887
+ const MPI_Aint displs[], MPI_Datatype recvtype, MPI_Comm comm,
2888
+ MPI_Request *request)
2889
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2890
+ int PMPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2891
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2892
+ MPI_Request *request)
2893
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2552
2894
  int PMPI_Ineighbor_alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2553
2895
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2554
2896
  MPI_Comm comm, MPI_Request *request)
2555
2897
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2898
+ int PMPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
2899
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
2900
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
2901
+ MPI_Request *request)
2902
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2556
2903
  int PMPI_Ineighbor_alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[],
2557
2904
  const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2558
2905
  const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2559
2906
  MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
2560
2907
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2908
+ int PMPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
2909
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
2910
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
2911
+ MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2561
2912
  int PMPI_Ineighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[],
2562
2913
  const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
2563
- void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2564
- const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2914
+ void *recvbuf, const MPI_Count recvcounts[],
2915
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
2916
+ MPI_Comm comm, MPI_Request *request) MPICH_API_PUBLIC;
2917
+ int PMPI_Ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2918
+ int root, MPI_Comm comm, MPI_Request *request)
2919
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2565
2920
  int PMPI_Ireduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2566
2921
  MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
2567
2922
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2923
+ int PMPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
2924
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
2925
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2568
2926
  int PMPI_Ireduce_scatter_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
2569
2927
  MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
2570
2928
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2929
+ int PMPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
2930
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
2931
+ MPI_Request *request)
2932
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2571
2933
  int PMPI_Ireduce_scatter_block_c(const void *sendbuf, void *recvbuf, MPI_Count recvcount,
2572
2934
  MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
2573
2935
  MPI_Request *request)
2574
2936
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2937
+ int PMPI_Iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
2938
+ MPI_Comm comm, MPI_Request *request)
2939
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2575
2940
  int PMPI_Iscan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2576
2941
  MPI_Op op, MPI_Comm comm, MPI_Request *request)
2577
2942
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2943
+ int PMPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2944
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2945
+ MPI_Request *request)
2946
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2578
2947
  int PMPI_Iscatter_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2579
2948
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm,
2580
2949
  MPI_Request *request)
2581
2950
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2951
+ int PMPI_Iscatterv(const void *sendbuf, const int sendcounts[], const int displs[],
2952
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
2953
+ int root, MPI_Comm comm, MPI_Request *request)
2954
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2582
2955
  int PMPI_Iscatterv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
2583
- MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2584
- int root, MPI_Comm comm, MPI_Request *request)
2956
+ MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount,
2957
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request)
2585
2958
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2959
+ int PMPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2960
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2961
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2586
2962
  int PMPI_Neighbor_allgather_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2587
2963
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2588
2964
  MPI_Comm comm)
2589
2965
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2966
+ int PMPI_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2967
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
2968
+ MPI_Info info, MPI_Request *request)
2969
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2970
+ int PMPI_Neighbor_allgather_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2971
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2972
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
2973
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2974
+ int PMPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2975
+ void *recvbuf, const int recvcounts[], const int displs[],
2976
+ MPI_Datatype recvtype, MPI_Comm comm)
2977
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2590
2978
  int PMPI_Neighbor_allgatherv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2591
2979
  void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint displs[],
2592
2980
  MPI_Datatype recvtype, MPI_Comm comm)
2593
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3)
2594
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2981
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2982
+ int PMPI_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
2983
+ void *recvbuf, const int recvcounts[], const int displs[],
2984
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
2985
+ MPI_Request *request)
2986
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2987
+ int PMPI_Neighbor_allgatherv_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2988
+ void *recvbuf, const MPI_Count recvcounts[],
2989
+ const MPI_Aint displs[], MPI_Datatype recvtype, MPI_Comm comm,
2990
+ MPI_Info info, MPI_Request *request)
2991
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,7) MPICH_API_PUBLIC;
2992
+ int PMPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
2993
+ int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
2994
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2595
2995
  int PMPI_Neighbor_alltoall_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
2596
2996
  void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2597
2997
  MPI_Comm comm)
2598
2998
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2999
+ int PMPI_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
3000
+ void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm,
3001
+ MPI_Info info, MPI_Request *request)
3002
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3003
+ int PMPI_Neighbor_alltoall_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
3004
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
3005
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
3006
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3007
+ int PMPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
3008
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
3009
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)
3010
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2599
3011
  int PMPI_Neighbor_alltoallv_c(const void *sendbuf, const MPI_Count sendcounts[],
2600
3012
  const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
2601
3013
  const MPI_Count recvcounts[], const MPI_Aint rdispls[],
2602
3014
  MPI_Datatype recvtype, MPI_Comm comm)
2603
3015
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
2604
- int PMPI_Neighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint sdispls[],
2605
- const MPI_Datatype sendtypes[], void *recvbuf, const MPI_Count recvcounts[],
2606
- const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
3016
+ int PMPI_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
3017
+ MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
3018
+ const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
3019
+ MPI_Info info, MPI_Request *request)
3020
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
3021
+ int PMPI_Neighbor_alltoallv_init_c(const void *sendbuf, const MPI_Count sendcounts[],
3022
+ const MPI_Aint sdispls[], MPI_Datatype sendtype, void *recvbuf,
3023
+ const MPI_Count recvcounts[], const MPI_Aint rdispls[],
3024
+ MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info,
3025
+ MPI_Request *request)
3026
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,8) MPICH_API_PUBLIC;
3027
+ int PMPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
3028
+ const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
3029
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
3030
+ MPI_Comm comm) MPICH_API_PUBLIC;
3031
+ int PMPI_Neighbor_alltoallw_c(const void *sendbuf, const MPI_Count sendcounts[],
3032
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
3033
+ void *recvbuf, const MPI_Count recvcounts[], const MPI_Aint rdispls[],
3034
+ const MPI_Datatype recvtypes[], MPI_Comm comm) MPICH_API_PUBLIC;
3035
+ int PMPI_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[],
3036
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
3037
+ void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[],
3038
+ const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info,
3039
+ MPI_Request *request) MPICH_API_PUBLIC;
3040
+ int PMPI_Neighbor_alltoallw_init_c(const void *sendbuf, const MPI_Count sendcounts[],
3041
+ const MPI_Aint sdispls[], const MPI_Datatype sendtypes[],
3042
+ void *recvbuf, const MPI_Count recvcounts[],
3043
+ const MPI_Aint rdispls[], const MPI_Datatype recvtypes[],
3044
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
3045
+ MPICH_API_PUBLIC;
3046
+ int PMPI_Reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
3047
+ int root, MPI_Comm comm)
3048
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2607
3049
  int PMPI_Reduce_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2608
3050
  MPI_Op op, int root, MPI_Comm comm)
2609
3051
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3052
+ int PMPI_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
3053
+ MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
3054
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3055
+ int PMPI_Reduce_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
3056
+ MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
3057
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3058
+ int PMPI_Reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype,
3059
+ MPI_Op op)
3060
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3061
+ int PMPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
3062
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
3063
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3064
+ int PMPI_Reduce_scatter_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
3065
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
3066
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3067
+ int PMPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
3068
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
3069
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2610
3070
  int PMPI_Reduce_scatter_block_c(const void *sendbuf, void *recvbuf, MPI_Count recvcount,
2611
3071
  MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
2612
3072
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3073
+ int PMPI_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount,
3074
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
3075
+ MPI_Request *request)
3076
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3077
+ int PMPI_Reduce_scatter_block_init_c(const void *sendbuf, void *recvbuf, MPI_Count recvcount,
3078
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
3079
+ MPI_Request *request)
3080
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3081
+ int PMPI_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[],
3082
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
3083
+ MPI_Request *request)
3084
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3085
+ int PMPI_Reduce_scatter_init_c(const void *sendbuf, void *recvbuf, const MPI_Count recvcounts[],
3086
+ MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info,
3087
+ MPI_Request *request)
3088
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3089
+ int PMPI_Scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
3090
+ MPI_Comm comm)
3091
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
2613
3092
  int PMPI_Scan_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
2614
3093
  MPI_Op op, MPI_Comm comm)
2615
3094
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3095
+ int PMPI_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
3096
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
3097
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3098
+ int PMPI_Scan_init_c(const void *sendbuf, void *recvbuf, MPI_Count count, MPI_Datatype datatype,
3099
+ MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
3100
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
3101
+ int PMPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
3102
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
3103
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2616
3104
  int PMPI_Scatter_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, void *recvbuf,
2617
3105
  MPI_Count recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm)
2618
3106
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
2619
- int PMPI_Scatterv_c(const void *sendbuf, const MPI_Count *sendcounts, const MPI_Aint *displs,
2620
- MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2621
- int root, MPI_Comm comm)
3107
+ int PMPI_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
3108
+ int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
3109
+ MPI_Request *request)
3110
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3111
+ int PMPI_Scatter_init_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype,
3112
+ void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype, int root,
3113
+ MPI_Comm comm, MPI_Info info, MPI_Request *request)
3114
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3115
+ int PMPI_Scatterv(const void *sendbuf, const int sendcounts[], const int displs[],
3116
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
3117
+ int root, MPI_Comm comm)
3118
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
3119
+ int PMPI_Scatterv_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
3120
+ MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount,
3121
+ MPI_Datatype recvtype, int root, MPI_Comm comm)
2622
3122
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2623
-
2624
- int MPI_Bsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2625
- MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2626
- int MPI_Bsend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2627
- MPI_Comm comm, MPI_Request *request)
2628
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2629
- int MPI_Buffer_attach_c(void *buffer, MPI_Count size) MPICH_API_PUBLIC;
2630
- int MPI_Buffer_detach_c(void *buffer_addr, MPI_Count *size) MPICH_API_PUBLIC;
2631
- int MPI_Ibsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2632
- MPI_Comm comm, MPI_Request *request)
2633
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2634
- int MPI_Imrecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Message *message,
2635
- MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2636
- int MPI_Irecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2637
- MPI_Comm comm, MPI_Request *request)
2638
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2639
- int MPI_Irsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2640
- MPI_Comm comm, MPI_Request *request)
2641
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2642
- int MPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2643
- MPI_Comm comm, MPI_Request *request)
2644
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2645
- int MPI_Issend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2646
- MPI_Comm comm, MPI_Request *request)
2647
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2648
- int MPI_Mrecv_c(void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Message *message,
2649
- MPI_Status *status) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2650
- int MPI_Recv_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2651
- MPI_Comm comm, MPI_Status *status)
2652
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2653
- int MPI_Recv_init_c(void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag,
2654
- MPI_Comm comm, MPI_Request *request)
2655
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2656
- int MPI_Rsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2657
- MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2658
- int MPI_Rsend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2659
- MPI_Comm comm, MPI_Request *request)
2660
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2661
- int MPI_Send_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2662
- MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2663
- int MPI_Send_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2664
- MPI_Comm comm, MPI_Request *request)
2665
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2666
- int MPI_Sendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
2667
- int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
2668
- int source, int recvtag, MPI_Comm comm, MPI_Status *status)
2669
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
2670
- int MPI_Sendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int sendtag,
2671
- int source, int recvtag, MPI_Comm comm, MPI_Status *status)
2672
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2673
- int MPI_Ssend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2674
- MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2675
- int MPI_Ssend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
2676
- MPI_Comm comm, MPI_Request *request)
2677
- MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
3123
+ int PMPI_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[],
3124
+ MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype,
3125
+ int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
3126
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
3127
+ int PMPI_Scatterv_init_c(const void *sendbuf, const MPI_Count sendcounts[], const MPI_Aint displs[],
3128
+ MPI_Datatype sendtype, void *recvbuf, MPI_Count recvcount,
3129
+ MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info,
3130
+ MPI_Request *request)
3131
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(5,7) MPICH_API_PUBLIC;
2678
3132
 
2679
3133
  int PMPI_Bsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm)
2680
3134
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
@@ -2786,6 +3240,116 @@ int PMPI_Ssend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, i
2786
3240
  MPI_Comm comm, MPI_Request *request)
2787
3241
  MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2788
3242
 
3243
+ int PMPI_Get_count_c(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
3244
+ MPICH_API_PUBLIC;
3245
+ int PMPI_Get_elements_c(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
3246
+ MPICH_API_PUBLIC;
3247
+ int PMPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
3248
+ MPICH_API_PUBLIC;
3249
+ int PMPI_Pack_c(const void *inbuf, MPI_Count incount, MPI_Datatype datatype, void *outbuf,
3250
+ MPI_Count outsize, MPI_Count *position, MPI_Comm comm) MPICH_API_PUBLIC;
3251
+ int PMPI_Pack_external_c(const char *datarep, const void *inbuf, MPI_Count incount,
3252
+ MPI_Datatype datatype, void *outbuf, MPI_Count outsize,
3253
+ MPI_Count *position) MPICH_API_PUBLIC;
3254
+ int PMPI_Pack_external_size_c(const char *datarep, MPI_Count incount, MPI_Datatype datatype,
3255
+ MPI_Count *size) MPICH_API_PUBLIC;
3256
+ int PMPI_Pack_size_c(MPI_Count incount, MPI_Datatype datatype, MPI_Comm comm, MPI_Count *size)
3257
+ MPICH_API_PUBLIC;
3258
+ int PMPI_Status_set_elements_c(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
3259
+ MPICH_API_PUBLIC;
3260
+ int PMPI_Type_contiguous_c(MPI_Count count, MPI_Datatype oldtype, MPI_Datatype *newtype)
3261
+ MPICH_API_PUBLIC;
3262
+ int PMPI_Type_create_darray_c(int size, int rank, int ndims, const MPI_Count array_of_gsizes[],
3263
+ const int array_of_distribs[], const int array_of_dargs[],
3264
+ const int array_of_psizes[], int order, MPI_Datatype oldtype,
3265
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3266
+ int PMPI_Type_create_hindexed_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
3267
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
3268
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3269
+ int PMPI_Type_create_hindexed_block_c(MPI_Count count, MPI_Count blocklength,
3270
+ const MPI_Count array_of_displacements[],
3271
+ MPI_Datatype oldtype, MPI_Datatype *newtype)
3272
+ MPICH_API_PUBLIC;
3273
+ int PMPI_Type_create_hvector_c(MPI_Count count, MPI_Count blocklength, MPI_Count stride,
3274
+ MPI_Datatype oldtype, MPI_Datatype *newtype) MPICH_API_PUBLIC;
3275
+ int PMPI_Type_create_indexed_block_c(MPI_Count count, MPI_Count blocklength,
3276
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
3277
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3278
+ int PMPI_Type_create_resized_c(MPI_Datatype oldtype, MPI_Count lb, MPI_Count extent,
3279
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3280
+ int PMPI_Type_create_struct_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
3281
+ const MPI_Count array_of_displacements[],
3282
+ const MPI_Datatype array_of_types[], MPI_Datatype *newtype)
3283
+ MPICH_API_PUBLIC;
3284
+ int PMPI_Type_create_subarray_c(int ndims, const MPI_Count array_of_sizes[],
3285
+ const MPI_Count array_of_subsizes[],
3286
+ const MPI_Count array_of_starts[], int order, MPI_Datatype oldtype,
3287
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3288
+ int PMPI_Type_get_contents_c(MPI_Datatype datatype, MPI_Count max_integers, MPI_Count max_addresses,
3289
+ MPI_Count max_large_counts, MPI_Count max_datatypes,
3290
+ int array_of_integers[], MPI_Aint array_of_addresses[],
3291
+ MPI_Count array_of_large_counts[], MPI_Datatype array_of_datatypes[])
3292
+ MPICH_API_PUBLIC;
3293
+ int PMPI_Type_get_envelope_c(MPI_Datatype datatype, MPI_Count *num_integers,
3294
+ MPI_Count *num_addresses, MPI_Count *num_large_counts,
3295
+ MPI_Count *num_datatypes, int *combiner) MPICH_API_PUBLIC;
3296
+ int PMPI_Type_get_extent_c(MPI_Datatype datatype, MPI_Count *lb, MPI_Count *extent)
3297
+ MPICH_API_PUBLIC;
3298
+ int PMPI_Type_get_true_extent_c(MPI_Datatype datatype, MPI_Count *true_lb, MPI_Count *true_extent)
3299
+ MPICH_API_PUBLIC;
3300
+ int PMPI_Type_indexed_c(MPI_Count count, const MPI_Count array_of_blocklengths[],
3301
+ const MPI_Count array_of_displacements[], MPI_Datatype oldtype,
3302
+ MPI_Datatype *newtype) MPICH_API_PUBLIC;
3303
+ int PMPI_Type_size_c(MPI_Datatype datatype, MPI_Count *size) MPICH_API_PUBLIC;
3304
+ int PMPI_Type_vector_c(MPI_Count count, MPI_Count blocklength, MPI_Count stride,
3305
+ MPI_Datatype oldtype, MPI_Datatype *newtype) MPICH_API_PUBLIC;
3306
+ int PMPI_Unpack_c(const void *inbuf, MPI_Count insize, MPI_Count *position, void *outbuf,
3307
+ MPI_Count outcount, MPI_Datatype datatype, MPI_Comm comm) MPICH_API_PUBLIC;
3308
+ int PMPI_Unpack_external_c(const char datarep[], const void *inbuf, MPI_Count insize,
3309
+ MPI_Count *position, void *outbuf, MPI_Count outcount,
3310
+ MPI_Datatype datatype) MPICH_API_PUBLIC;
3311
+
3312
+ int PMPI_Win_allocate_c(MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
3313
+ void *baseptr, MPI_Win *win) MPICH_API_PUBLIC;
3314
+ int PMPI_Win_create_c(void *base, MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
3315
+ MPI_Win *win) MPICH_API_PUBLIC;
3316
+ int PMPI_Win_shared_query_c(MPI_Win win, int rank, MPI_Aint *size, MPI_Aint *disp_unit,
3317
+ void *baseptr) MPICH_API_PUBLIC;
3318
+ int PMPI_Win_allocate_shared_c(MPI_Aint size, MPI_Aint disp_unit, MPI_Info info, MPI_Comm comm,
3319
+ void *baseptr, MPI_Win *win) MPICH_API_PUBLIC;
3320
+ int PMPI_Get_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
3321
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
3322
+ MPI_Datatype target_datatype, MPI_Win win)
3323
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
3324
+ int PMPI_Get_accumulate_c(const void *origin_addr, MPI_Count origin_count,
3325
+ MPI_Datatype origin_datatype, void *result_addr, MPI_Count result_count,
3326
+ MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp,
3327
+ MPI_Count target_count, MPI_Datatype target_datatype, MPI_Op op,
3328
+ MPI_Win win)
3329
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3330
+ int PMPI_Put_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
3331
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
3332
+ MPI_Datatype target_datatype, MPI_Win win)
3333
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
3334
+ int PMPI_Raccumulate_c(const void *origin_addr, MPI_Count origin_count,
3335
+ MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp,
3336
+ MPI_Count target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win,
3337
+ MPI_Request *request)
3338
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
3339
+ int PMPI_Rget_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
3340
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
3341
+ MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
3342
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
3343
+ int PMPI_Rget_accumulate_c(const void *origin_addr, MPI_Count origin_count,
3344
+ MPI_Datatype origin_datatype, void *result_addr, MPI_Count result_count,
3345
+ MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp,
3346
+ MPI_Count target_count, MPI_Datatype target_datatype, MPI_Op op,
3347
+ MPI_Win win, MPI_Request *request)
3348
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
3349
+ int PMPI_Rput_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
3350
+ int target_rank, MPI_Aint target_disp, MPI_Count target_count,
3351
+ MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
3352
+ MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
2789
3353
  #endif /* MPI_BUILD_PROFILING */
2790
3354
  /* End of MPI bindings */
2791
3355
 
@@ -2803,6 +3367,18 @@ int PMPI_Ssend_init_c(const void *buf, MPI_Count count, MPI_Datatype datatype, i
2803
3367
 
2804
3368
  #include "mpio.h"
2805
3369
 
3370
+ /* GPU extensions */
3371
+ #define MPIX_GPU_SUPPORT_CUDA (0)
3372
+ #define MPIX_GPU_SUPPORT_ZE (1)
3373
+ #define MPIX_GPU_SUPPORT_DEVICE_INITIATED (3)
3374
+ int MPIX_GPU_query_support(int gpu_type, int *is_supported) MPICH_API_PUBLIC;
3375
+ int MPIX_Query_cuda_support(void) MPICH_API_PUBLIC;
3376
+ int MPIX_Query_ze_support(void) MPICH_API_PUBLIC;
3377
+ #ifdef MPI_BUILD_PROFILING
3378
+ int PMPIX_GPU_query_support(int gpu_type, int *is_supported) MPICH_API_PUBLIC;
3379
+ int PMPIX_Query_cuda_support(void) MPICH_API_PUBLIC;
3380
+ int PMPIX_Query_ze_support(void) MPICH_API_PUBLIC;
3381
+ #endif
2806
3382
  #if defined(__cplusplus)
2807
3383
  }
2808
3384
  /* Add the C++ bindings */