Skip to content

[Algs] Fix sparse communications above 1k nodes (aurora pullback)#1133

Merged
tdavidcl merged 3 commits intoShamrock-code:mainfrom
tdavidcl:feat/pullback-aurora888
Jul 21, 2025
Merged

[Algs] Fix sparse communications above 1k nodes (aurora pullback)#1133
tdavidcl merged 3 commits intoShamrock-code:mainfrom
tdavidcl:feat/pullback-aurora888

Conversation

@tdavidcl
Copy link
Copy Markdown
Member

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

Workflow report

workflow report corresponding to commit 0639f72
Commiter email is timothee.davidcleris@proton.me
GitHub page artifact URL GitHub page artifact link (can expire)

Pre-commit check report

Pre-commit check: ✅

trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
check for merge conflicts................................................Passed
check that executables have shebangs.....................................Passed
check that scripts with shebangs are executable..........................Passed
check for added large files..............................................Passed
check for case conflicts.................................................Passed
check for broken symlinks............................(no files to check)Skipped
check yaml...............................................................Passed
detect private key.......................................................Passed
No-tabs checker..........................................................Passed
Tabs remover.............................................................Passed
Validate GitHub Workflows................................................Passed
clang-format.............................................................Passed
black....................................................................Passed
ruff check...............................................................Passed
Check doxygen headers....................................................Passed
Check license headers....................................................Passed
Check #pragma once.......................................................Passed
Check SYCL #include......................................................Passed
No ssh in git submodules remote..........................................Passed
Update authors...........................................................Passed

Test pipeline can run.

Clang-tidy diff report

No relevant changes found.
Well done!

You should now go back to your normal life and enjoy a hopefully sunny day while waiting for the review.

Doxygen diff with main

Removed warnings : 375
New warnings : 360
Warnings count : 6851 → 6836 (-0.2%)

Detailed changes :
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:104: warning: Member base_sparse_comm(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:117: warning: Member base_sparse_comm_max_comm(std::shared_ptr< sham::DeviceScheduler > dev_sched, std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, u32 max_simultaneous_send) (function) of namespace shamalgs::collective is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:137: warning: Member base_sparse_comm(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv) (function) of namespace shamalgs::collective is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:30: warning: Compound shamalgs::collective::SendPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:31: warning: Member receiver_rank (variable) of struct shamalgs::collective::SendPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:32: warning: Member payload (variable) of struct shamalgs::collective::SendPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:35: warning: Compound shamalgs::collective::RecvPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:36: warning: Member sender_ranks (variable) of struct shamalgs::collective::RecvPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:37: warning: Member payload (variable) of struct shamalgs::collective::RecvPayload is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:40: warning: Compound shamalgs::collective::SparseCommTable is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:41: warning: Member local_send_vec_comm_ranks (variable) of struct shamalgs::collective::SparseCommTable is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:42: warning: Member global_comm_ranks (variable) of struct shamalgs::collective::SparseCommTable is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:44: warning: Member build(const std::vector< SendPayload > &message_send) (function) of struct shamalgs::collective::SparseCommTable is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:46: warning: Compound shamalgs::collective::SendPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:47: warning: Member receiver_rank (variable) of struct shamalgs::collective::SendPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:48: warning: Member payload (variable) of struct shamalgs::collective::SendPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:51: warning: Compound shamalgs::collective::RecvPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:52: warning: Member sender_ranks (variable) of struct shamalgs::collective::RecvPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:53: warning: Member payload (variable) of struct shamalgs::collective::RecvPayload is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:56: warning: Compound shamalgs::collective::SparseCommTable is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:57: warning: Member local_send_vec_comm_ranks (variable) of struct shamalgs::collective::SparseCommTable is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:58: warning: Member global_comm_ranks (variable) of struct shamalgs::collective::SparseCommTable is not documented.
- src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:59: warning: Member sparse_comm_c(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:60: warning: Member build(const std::vector< SendPayload > &message_send) (function) of struct shamalgs::collective::SparseCommTable is not documented.
+ src/shamalgs/include/shamalgs/collective/sparseXchg.hpp:93: warning: Member sparse_comm_c(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:255: warning: Member get_SHAM_SPARSE_COMM_INFLIGHT_LIM (variable) of file sparseXchg.cpp is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:274: warning: Member SHAM_SPARSE_COMM_INFLIGHT_LIM (variable) of file sparseXchg.cpp is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:277: warning: Member sparse_comm_debug_infos(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:277: warning: Member sparse_comm_debug_infos(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:349: warning: Member sparse_comm_isend_probe_count_irecv(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:349: warning: Member sparse_comm_isend_probe_count_irecv(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:437: warning: Member sparse_comm_allgather_isend_irecv(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
+ src/shamalgs/src/collective/sparseXchg.cpp:437: warning: Member sparse_comm_allgather_isend_irecv(std::shared_ptr< sham::DeviceScheduler > dev_sched, const std::vector< SendPayload > &message_send, std::vector< RecvPayload > &message_recv, const SparseCommTable &comm_table) (function) of namespace shamalgs::collective is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1001: warning: Member grequest_complete(MPI_Request request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1001: warning: Member is_thread_main(int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1002: warning: Member lookup_name(const char *service_name, MPI_Info info, char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1004: warning: Member grequest_start(MPI_Grequest_query_function *query_fn, MPI_Grequest_free_function *free_fn, MPI_Grequest_cancel_function *cancel_fn, void *extra_state, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1005: warning: Member message_c2f(MPI_Message message) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1008: warning: Member message_f2c(MPI_Fint message) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:100: warning: Member alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1012: warning: Member group_c2f(MPI_Group group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1012: warning: Member mprobe(int source, int tag, MPI_Comm comm, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1013: warning: Member group_compare(MPI_Group group1, MPI_Group group2, int *result) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1016: warning: Member group_difference(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1016: warning: Member mrecv(void *buf, int count, MPI_Datatype type, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1019: warning: Member group_excl(MPI_Group group, int n, const int ranks[], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1019: warning: Member neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1022: warning: Member group_f2c(MPI_Fint group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1023: warning: Member group_free(MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1024: warning: Member group_incl(MPI_Group group, int n, const int ranks[], MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1027: warning: Member group_intersection(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1030: warning: Member group_range_excl(MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1031: warning: Member ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1033: warning: Member group_range_incl(MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1036: warning: Member group_rank(MPI_Group group, int *rank) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1039: warning: Member group_size(MPI_Group group, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1042: warning: Member group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2, int ranks2[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1044: warning: Member neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1046: warning: Member group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1049: warning: Member ibsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1057: warning: Member ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1059: warning: Member improbe(int source, int tag, MPI_Comm comm, int *flag, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1064: warning: Member imrecv(void *buf, int count, MPI_Datatype type, MPI_Message *message, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1067: warning: Member info_c2f(MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1068: warning: Member info_create(MPI_Info *info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1069: warning: Member info_delete(MPI_Info info, const char *key) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1071: warning: Member neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1072: warning: Member info_dup(MPI_Info info, MPI_Info *newinfo) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1075: warning: Member info_f2c(MPI_Fint info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1076: warning: Member info_free(MPI_Info *info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1077: warning: Member info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1080: warning: Member info_get_nkeys(MPI_Info info, int *nkeys) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1083: warning: Member ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1083: warning: Member info_get_nthkey(MPI_Info info, int n, char *key) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1086: warning: Member info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1089: warning: Member info_set(MPI_Info info, const char *key, const char *value) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1092: warning: Member init(int *argc, char ***argv) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1093: warning: Member initialized(int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1094: warning: Member init_thread(int *argc, char ***argv, int required, int *provided) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1096: warning: Member neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1097: warning: Member intercomm_create(MPI_Comm local_comm, int local_leader, MPI_Comm bridge_comm, int remote_leader, int tag, MPI_Comm *newintercomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1108: warning: Member intercomm_merge(MPI_Comm intercomm, int high, MPI_Comm *newintercomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1110: warning: Member ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1111: warning: Member iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1114: warning: Member irecv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:111: warning: Member allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:111: warning: Member ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1124: warning: Member irsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1134: warning: Member isend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1134: warning: Member neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1144: warning: Member issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1154: warning: Member is_thread_main(int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1155: warning: Member lookup_name(const char *service_name, MPI_Info info, char *port_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1156: warning: Member ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1158: warning: Member message_c2f(MPI_Message message) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1161: warning: Member message_f2c(MPI_Fint message) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1165: warning: Member mprobe(int source, int tag, MPI_Comm comm, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1169: warning: Member mrecv(void *buf, int count, MPI_Datatype type, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1172: warning: Member neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1180: warning: Member op_c2f(MPI_Op op) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1181: warning: Member op_commutative(MPI_Op op, int *commute) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1184: warning: Member ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1184: warning: Member op_create(MPI_User_function *function, int commute, MPI_Op *op) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1187: warning: Member open_port(MPI_Info info, char *port_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1190: warning: Member op_f2c(MPI_Fint op) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1191: warning: Member op_free(MPI_Op *op) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1192: warning: Member pack_external(const char datarep[], const void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, MPI_Aint outsize, MPI_Aint *position) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1197: warning: Member neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1204: warning: Member pack_external_size(const char datarep[], int incount, MPI_Datatype datatype, MPI_Aint *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1207: warning: Member pack(const void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, int outsize, int *position, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1210: warning: Member ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1217: warning: Member pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1224: warning: Member neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1224: warning: Member publish_name(const char *service_name, MPI_Info info, const char *port_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1228: warning: Member put(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1236: warning: Member ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1247: warning: Member query_thread(int *provided) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1248: warning: Member raccumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1249: warning: Member neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:124: warning: Member alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:124: warning: Member iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1263: warning: Member ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1272: warning: Member recv_init(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1282: warning: Member reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1287: warning: Member neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1292: warning: Member ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1304: warning: Member reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype, MPI_Op op) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1307: warning: Member reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1309: warning: Member ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1316: warning: Member ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1327: warning: Member reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1333: warning: Member op_c2f(MPI_Op op) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1334: warning: Member op_commutative(MPI_Op op, int *commute) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1337: warning: Member ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1337: warning: Member op_create(MPI_User_function *function, int commute, MPI_Op *op) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1340: warning: Member open_port(MPI_Info info, char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1343: warning: Member op_f2c(MPI_Fint op) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1344: warning: Member op_free(MPI_Op *op) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1345: warning: Member pack_external(const char datarep[], const void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, MPI_Aint outsize, MPI_Aint *position) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1348: warning: Member register_datarep(const char *datarep, MPI_Datarep_conversion_function *read_conversion_fn, MPI_Datarep_conversion_function *write_conversion_fn, MPI_Datarep_extent_function *dtype_file_extent_fn, void *extra_state) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1357: warning: Member pack_external_size(const char datarep[], int incount, MPI_Datatype datatype, MPI_Aint *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1358: warning: Member request_c2f(MPI_Request request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1360: warning: Member pack(const void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, int outsize, int *position, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1361: warning: Member request_f2c(MPI_Fint request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1364: warning: Member request_free(MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1365: warning: Member request_get_status(MPI_Request request, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1368: warning: Member rget(void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1370: warning: Member pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1377: warning: Member probe(int source, int tag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1380: warning: Member publish_name(const char *service_name, MPI_Info info, const char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1384: warning: Member put(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:138: warning: Member alloc_mem(MPI_Aint size, MPI_Info info, void *baseptr) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:138: warning: Member ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1390: warning: Member rget_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, void *result_addr, int result_count, MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1403: warning: Member query_thread(int *provided) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1404: warning: Member raccumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:141: warning: Member allreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1420: warning: Member rput(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_cout, MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1428: warning: Member recv_init(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1438: warning: Member recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1443: warning: Member rsend(const void *ibuf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1446: warning: Member rsend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1448: warning: Member reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1456: warning: Member scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1458: warning: Member ireduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1465: warning: Member iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1470: warning: Member reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype, MPI_Op op) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1473: warning: Member reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1475: warning: Member scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1482: warning: Member ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1487: warning: Member iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1493: warning: Member reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1501: warning: Member scatterv(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1503: warning: Member ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:150: warning: Member iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1514: warning: Member register_datarep(const char *datarep, MPI_Datarep_conversion_function *read_conversion_fn, MPI_Datarep_conversion_function *write_conversion_fn, MPI_Datarep_extent_function *dtype_file_extent_fn, void *extra_state) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1515: warning: Member iscatterv(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1524: warning: Member request_c2f(MPI_Request request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1527: warning: Member request_f2c(MPI_Fint request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1530: warning: Member request_free(MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1531: warning: Member request_get_status(MPI_Request request, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1534: warning: Member rget(void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1539: warning: Member send_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1549: warning: Member sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1556: warning: Member rget_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, void *result_addr, int result_count, MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1577: warning: Member sendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag, int source, int recvtag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1586: warning: Member rput(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_cout, MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1591: warning: Member ssend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1602: warning: Member ssend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1605: warning: Member start(MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1606: warning: Member startall(int count, MPI_Request array_of_requests[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1609: warning: Member rsend(const void *ibuf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1609: warning: Member status_c2f(const MPI_Status *c_status, MPI_Fint *f_status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:160: warning: Member alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1612: warning: Member rsend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1612: warning: Member status_f2c(const MPI_Fint *f_status, MPI_Status *c_status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1615: warning: Member status_set_cancelled(MPI_Status *status, int flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1618: warning: Member status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1621: warning: Member status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1622: warning: Member scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1625: warning: Member testall(int count, MPI_Request array_of_requests[], int *flag, MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1629: warning: Member testany(int count, MPI_Request array_of_requests[], int *index, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:162: warning: Member alltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1631: warning: Member iscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1632: warning: Member test(MPI_Request *request, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1635: warning: Member test_cancelled(const MPI_Status *status, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1638: warning: Member testsome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1641: warning: Member scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1648: warning: Member topo_test(MPI_Comm comm, int *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1651: warning: Member type_c2f(MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1652: warning: Member type_commit(MPI_Datatype *type) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1653: warning: Member iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1653: warning: Member type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1656: warning: Member type_create_darray(int size, int rank, int ndims, const int gsize_array[], const int distrib_array[], const int darg_array[], const int psize_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1667: warning: Member scatterv(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1680: warning: Member type_create_f90_complex(int p, int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1681: warning: Member iscatterv(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1683: warning: Member type_create_f90_integer(int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1686: warning: Member type_create_f90_real(int p, int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1689: warning: Member type_create_hindexed_block(int count, int blocklength, const MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1699: warning: Member type_create_hindexed(int count, const int array_of_blocklengths[], const MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1705: warning: Member send_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1709: warning: Member type_create_hvector(int count, int blocklength, MPI_Aint stride, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1713: warning: Member type_create_keyval(MPI_Type_copy_attr_function *type_copy_attr_fn, MPI_Type_delete_attr_function *type_delete_attr_fn, int *type_keyval, void *extra_state) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1716: warning: Member send(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1719: warning: Member sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:171: warning: Member ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1722: warning: Member type_create_indexed_block(int count, int blocklength, const int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1732: warning: Member type_create_struct(int count, const int array_of_block_lengths[], const MPI_Aint array_of_displacements[], const MPI_Datatype array_of_types[], MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1742: warning: Member type_create_subarray(int ndims, const int size_array[], const int subsize_array[], const int start_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1747: warning: Member sendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag, int source, int recvtag, MPI_Comm comm, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1755: warning: Member type_create_resized(MPI_Datatype oldtype, MPI_Aint lb, MPI_Aint extent, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1758: warning: Member type_delete_attr(MPI_Datatype type, int type_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1761: warning: Member ssend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1761: warning: Member type_dup(MPI_Datatype type, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1764: warning: Member type_free(MPI_Datatype *type) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1765: warning: Member type_free_keyval(int *type_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1768: warning: Member type_f2c(MPI_Fint datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1769: warning: Member type_get_attr(MPI_Datatype type, int type_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1772: warning: Member ssend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1772: warning: Member type_get_contents(MPI_Datatype mtype, int max_integers, int max_addresses, int max_datatypes, int array_of_integers[], MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1775: warning: Member start(MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1776: warning: Member startall(int count, MPI_Request array_of_requests[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1779: warning: Member status_c2f(const MPI_Status *c_status, MPI_Fint *f_status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1782: warning: Member status_f2c(const MPI_Fint *f_status, MPI_Status *c_status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1785: warning: Member status_set_cancelled(MPI_Status *status, int flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1788: warning: Member status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1790: warning: Member type_get_envelope(MPI_Datatype type, int *num_integers, int *num_addresses, int *num_datatypes, int *combiner) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1791: warning: Member status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1795: warning: Member testall(int count, MPI_Request array_of_requests[], int *flag, MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1799: warning: Member testany(int count, MPI_Request array_of_requests[], int *index, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1799: warning: Member type_get_extent_x(MPI_Datatype type, MPI_Count *lb, MPI_Count *extent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1802: warning: Member test(MPI_Request *request, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1802: warning: Member type_get_name(MPI_Datatype type, char *type_name, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1805: warning: Member test_cancelled(const MPI_Status *status, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1806: warning: Member type_get_true_extent(MPI_Datatype datatype, MPI_Aint *true_lb, MPI_Aint *true_extent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1808: warning: Member testsome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1810: warning: Member type_get_true_extent_x(MPI_Datatype datatype, MPI_Count *true_lb, MPI_Count *true_extent) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1813: warning: Member type_indexed(int count, const int array_of_blocklengths[], const int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1818: warning: Member topo_test(MPI_Comm comm, int *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1821: warning: Member type_c2f(MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1822: warning: Member type_commit(MPI_Datatype *type) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1823: warning: Member type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1823: warning: Member type_match_size(int typeclass, int size, MPI_Datatype *type) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1826: warning: Member type_create_darray(int size, int rank, int ndims, const int gsize_array[], const int distrib_array[], const int darg_array[], const int psize_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1826: warning: Member type_set_attr(MPI_Datatype type, int type_keyval, void *attr_val) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1829: warning: Member type_set_name(MPI_Datatype type, const char *type_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1832: warning: Member type_size(MPI_Datatype type, int *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1835: warning: Member type_size_x(MPI_Datatype type, MPI_Count *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1838: warning: Member type_vector(int count, int blocklength, int stride, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1842: warning: Member unpack(const void *inbuf, int insize, int *position, void *outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:184: warning: Member alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:184: warning: Member ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1850: warning: Member type_create_f90_complex(int p, int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1852: warning: Member unpublish_name(const char *service_name, MPI_Info info, const char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1853: warning: Member type_create_f90_integer(int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1855: warning: Member unpack_external(const char datarep[], const void *inbuf, MPI_Aint insize, MPI_Aint *position, void *outbuf, int outcount, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1856: warning: Member type_create_f90_real(int p, int r, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1859: warning: Member type_create_hindexed_block(int count, int blocklength, const MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1866: warning: Member waitany(int count, MPI_Request array_of_requests[], int *index, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1869: warning: Member type_create_hindexed(int count, const int array_of_blocklengths[], const MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1870: warning: Member waitsome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1879: warning: Member type_create_hvector(int count, int blocklength, MPI_Aint stride, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1880: warning: Member win_allocate(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, void *baseptr, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1883: warning: Member type_create_keyval(MPI_Type_copy_attr_function *type_copy_attr_fn, MPI_Type_delete_attr_function *type_delete_attr_fn, int *type_keyval, void *extra_state) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1884: warning: Member win_allocate_shared(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, void *baseptr, MPI_Win *win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1888: warning: Member win_attach(MPI_Win win, void *base, MPI_Aint size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1891: warning: Member win_c2f(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1892: warning: Member type_create_indexed_block(int count, int blocklength, const int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1892: warning: Member win_call_errhandler(MPI_Win win, int errorcode) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1895: warning: Member win_complete(MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1896: warning: Member win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, MPI_Win *win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1900: warning: Member win_create_dynamic(MPI_Info info, MPI_Comm comm, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1902: warning: Member type_create_struct(int count, const int array_of_block_lengths[], const MPI_Aint array_of_displacements[], const MPI_Datatype array_of_types[], MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1904: warning: Member win_create_errhandler(MPI_Win_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1907: warning: Member win_create_keyval(MPI_Win_copy_attr_function *win_copy_attr_fn, MPI_Win_delete_attr_function *win_delete_attr_fn, int *win_keyval, void *extra_state) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1912: warning: Member type_create_subarray(int ndims, const int size_array[], const int subsize_array[], const int start_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1915: warning: Member win_delete_attr(MPI_Win win, int win_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1918: warning: Member win_detach(MPI_Win win, const void *base) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1921: warning: Member win_f2c(MPI_Fint win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1922: warning: Member win_fence(int assert, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1923: warning: Member win_flush(int rank, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1924: warning: Member win_flush_all(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1925: warning: Member type_create_resized(MPI_Datatype oldtype, MPI_Aint lb, MPI_Aint extent, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1925: warning: Member win_flush_local(int rank, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1928: warning: Member type_delete_attr(MPI_Datatype type, int type_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1928: warning: Member win_flush_local_all(MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1929: warning: Member win_free(MPI_Win *win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1930: warning: Member win_free_keyval(int *win_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1931: warning: Member type_dup(MPI_Datatype type, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1933: warning: Member win_get_attr(MPI_Win win, int win_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1934: warning: Member type_free(MPI_Datatype *type) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1935: warning: Member type_free_keyval(int *type_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1936: warning: Member win_get_errhandler(MPI_Win win, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1938: warning: Member type_f2c(MPI_Fint datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1939: warning: Member type_get_attr(MPI_Datatype type, int type_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1939: warning: Member win_get_group(MPI_Win win, MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1942: warning: Member type_get_contents(MPI_Datatype mtype, int max_integers, int max_addresses, int max_datatypes, int array_of_integers[], MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1942: warning: Member win_get_info(MPI_Win win, MPI_Info *info_used) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1945: warning: Member win_get_name(MPI_Win win, char *win_name, int *resultlen) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1948: warning: Member win_lock(int lock_type, int rank, int assert, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1951: warning: Member win_lock_all(int assert, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1954: warning: Member win_post(MPI_Group group, int assert, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1957: warning: Member win_set_attr(MPI_Win win, int win_keyval, void *attribute_val) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1960: warning: Member type_get_envelope(MPI_Datatype type, int *num_integers, int *num_addresses, int *num_datatypes, int *combiner) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1960: warning: Member win_set_errhandler(MPI_Win win, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1963: warning: Member win_set_info(MPI_Win win, MPI_Info info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1966: warning: Member win_set_name(MPI_Win win, const char *win_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1969: warning: Member type_get_extent(MPI_Datatype type, MPI_Aint *lb, MPI_Aint *extent) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1970: warning: Member win_shared_query(MPI_Win win, int rank, MPI_Aint *size, int *disp_unit, void *baseptr) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1972: warning: Member type_get_extent_x(MPI_Datatype type, MPI_Count *lb, MPI_Count *extent) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1973: warning: Member win_start(MPI_Group group, int assert, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1975: warning: Member type_get_name(MPI_Datatype type, char *type_name, int *resultlen) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1976: warning: Member win_sync(MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1977: warning: Member win_test(MPI_Win win, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1978: warning: Member win_unlock(int rank, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1979: warning: Member type_get_true_extent(MPI_Datatype datatype, MPI_Aint *true_lb, MPI_Aint *true_extent) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1979: warning: Member win_unlock_all(MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1980: warning: Member win_wait(MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1981: warning: Member wtick(void) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:1982: warning: Member wtime(void) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1983: warning: Member type_get_true_extent_x(MPI_Datatype datatype, MPI_Count *true_lb, MPI_Count *true_extent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1986: warning: Member type_indexed(int count, const int array_of_blocklengths[], const int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:198: warning: Member ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1996: warning: Member type_match_size(int typeclass, int size, MPI_Datatype *type) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:1999: warning: Member type_set_attr(MPI_Datatype type, int type_keyval, void *attr_val) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2002: warning: Member type_set_name(MPI_Datatype type, const char *type_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2005: warning: Member type_size(MPI_Datatype type, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2008: warning: Member type_size_x(MPI_Datatype type, MPI_Count *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2011: warning: Member type_vector(int count, int blocklength, int stride, MPI_Datatype oldtype, MPI_Datatype *newtype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2015: warning: Member unpack(const void *inbuf, int insize, int *position, void *outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2025: warning: Member unpublish_name(const char *service_name, MPI_Info info, const char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2028: warning: Member unpack_external(const char datarep[], const void *inbuf, MPI_Aint insize, MPI_Aint *position, void *outbuf, int outcount, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2039: warning: Member waitall(int count, MPI_Request array_of_requests[], MPI_Status *array_of_statuses) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2042: warning: Member waitany(int count, MPI_Request array_of_requests[], int *index, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2045: warning: Member wait(MPI_Request *request, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2048: warning: Member waitsome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2058: warning: Member win_allocate(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, void *baseptr, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2062: warning: Member win_allocate_shared(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, void *baseptr, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2066: warning: Member win_attach(MPI_Win win, void *base, MPI_Aint size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2069: warning: Member win_c2f(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2070: warning: Member win_call_errhandler(MPI_Win win, int errorcode) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2073: warning: Member win_complete(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2074: warning: Member win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2078: warning: Member win_create_dynamic(MPI_Info info, MPI_Comm comm, MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2082: warning: Member win_create_errhandler(MPI_Win_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2085: warning: Member win_create_keyval(MPI_Win_copy_attr_function *win_copy_attr_fn, MPI_Win_delete_attr_function *win_delete_attr_fn, int *win_keyval, void *extra_state) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:208: warning: Member barrier(MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2093: warning: Member win_delete_attr(MPI_Win win, int win_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2096: warning: Member win_detach(MPI_Win win, const void *base) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2099: warning: Member win_f2c(MPI_Fint win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:209: warning: Member ibarrier(MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2100: warning: Member win_fence(int assert, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2101: warning: Member win_flush(int rank, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2102: warning: Member win_flush_all(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2103: warning: Member win_flush_local(int rank, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2106: warning: Member win_flush_local_all(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2107: warning: Member win_free(MPI_Win *win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2108: warning: Member win_free_keyval(int *win_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2111: warning: Member win_get_attr(MPI_Win win, int win_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2114: warning: Member win_get_errhandler(MPI_Win win, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2117: warning: Member win_get_group(MPI_Win win, MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2120: warning: Member win_get_info(MPI_Win win, MPI_Info *info_used) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2123: warning: Member win_get_name(MPI_Win win, char *win_name, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2126: warning: Member win_lock(int lock_type, int rank, int assert, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2129: warning: Member win_lock_all(int assert, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:212: warning: Member bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2132: warning: Member win_post(MPI_Group group, int assert, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2135: warning: Member win_set_attr(MPI_Win win, int win_keyval, void *attribute_val) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2138: warning: Member win_set_errhandler(MPI_Win win, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2141: warning: Member win_set_info(MPI_Win win, MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2144: warning: Member win_set_name(MPI_Win win, const char *win_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2148: warning: Member win_shared_query(MPI_Win win, int rank, MPI_Aint *size, int *disp_unit, void *baseptr) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2151: warning: Member win_start(MPI_Group group, int assert, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2154: warning: Member win_sync(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2155: warning: Member win_test(MPI_Win win, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2156: warning: Member win_unlock(int rank, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2157: warning: Member win_unlock_all(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2158: warning: Member win_wait(MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2159: warning: Member wtick(void) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:2160: warning: Member wtime(void) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:216: warning: Member bsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:219: warning: Member ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:222: warning: Member alltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:228: warning: Member bsend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:238: warning: Member buffer_attach(void *buffer, int size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:241: warning: Member buffer_detach(void *buffer, int *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:244: warning: Member cancel(MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:244: warning: Member ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:245: warning: Member cart_coords(MPI_Comm comm, int rank, int maxdims, int coords[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:248: warning: Member cart_create(MPI_Comm old_comm, int ndims, const int dims[], const int periods[], int reorder, MPI_Comm *comm_cart) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:257: warning: Member cart_get(MPI_Comm comm, int maxdims, int dims[], int periods[], int coords[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:261: warning: Member cart_map(MPI_Comm comm, int ndims, const int dims[], const int periods[], int *newrank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:264: warning: Member cart_rank(MPI_Comm comm, const int coords[], int *rank) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:268: warning: Member barrier(MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:268: warning: Member cart_shift(MPI_Comm comm, int direction, int disp, int *rank_source, int *rank_dest) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:269: warning: Member ibarrier(MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:271: warning: Member cart_sub(MPI_Comm comm, const int remain_dims[], MPI_Comm *new_comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:272: warning: Member bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:274: warning: Member cartdim_get(MPI_Comm comm, int *ndims) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:276: warning: Member bsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:277: warning: Member close_port(const char *port_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:279: warning: Member comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:279: warning: Member ibcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:282: warning: Member comm_c2f(MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:283: warning: Member comm_call_errhandler(MPI_Comm comm, int errorcode) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:286: warning: Member comm_compare(MPI_Comm comm1, MPI_Comm comm2, int *result) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:288: warning: Member bsend_init(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:290: warning: Member comm_connect(const char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:294: warning: Member comm_create_errhandler(MPI_Comm_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:297: warning: Member comm_create_keyval(MPI_Comm_copy_attr_function *comm_copy_attr_fn, MPI_Comm_delete_attr_function *comm_delete_attr_fn, int *comm_keyval, void *extra_state) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:298: warning: Member buffer_attach(void *buffer, int size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:301: warning: Member buffer_detach(void *buffer, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:304: warning: Member cancel(MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:305: warning: Member cart_coords(MPI_Comm comm, int rank, int maxdims, int coords[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:306: warning: Member comm_create_group(MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:308: warning: Member cart_create(MPI_Comm old_comm, int ndims, const int dims[], const int periods[], int reorder, MPI_Comm *comm_cart) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:309: warning: Member comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:312: warning: Member comm_delete_attr(MPI_Comm comm, int comm_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:315: warning: Member comm_disconnect(MPI_Comm *comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:316: warning: Member comm_dup(MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:317: warning: Member cart_get(MPI_Comm comm, int maxdims, int dims[], int periods[], int coords[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:319: warning: Member comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:321: warning: Member cart_map(MPI_Comm comm, int ndims, const int dims[], const int periods[], int *newrank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:322: warning: Member comm_dup_with_info(MPI_Comm comm, MPI_Info info, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:324: warning: Member cart_rank(MPI_Comm comm, const int coords[], int *rank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:325: warning: Member comm_f2c(MPI_Fint comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:326: warning: Member comm_free_keyval(int *comm_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:328: warning: Member cart_shift(MPI_Comm comm, int direction, int disp, int *rank_source, int *rank_dest) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:329: warning: Member comm_free(MPI_Comm *comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:330: warning: Member comm_get_attr(MPI_Comm comm, int comm_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:331: warning: Member cart_sub(MPI_Comm comm, const int remain_dims[], MPI_Comm *new_comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:333: warning: Member dist_graph_create(MPI_Comm comm_old, int n, const int nodes[], const int degrees[], const int targets[], const int weights[], MPI_Info info, int reorder, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:334: warning: Member cartdim_get(MPI_Comm comm, int *ndims) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:337: warning: Member close_port(const char *port_name) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:339: warning: Member comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:342: warning: Member comm_c2f(MPI_Comm comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:343: warning: Member comm_call_errhandler(MPI_Comm comm, int errorcode) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:346: warning: Member comm_compare(MPI_Comm comm1, MPI_Comm comm2, int *result) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:347: warning: Member dist_graph_create_adjacent(MPI_Comm comm_old, int indegree, const int sources[], const int sourceweights[], int outdegree, const int destinations[], const int destweights[], MPI_Info info, int reorder, MPI_Comm *comm_dist_graph) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:350: warning: Member comm_connect(const char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:354: warning: Member comm_create_errhandler(MPI_Comm_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:357: warning: Member comm_create_keyval(MPI_Comm_copy_attr_function *comm_copy_attr_fn, MPI_Comm_delete_attr_function *comm_delete_attr_fn, int *comm_keyval, void *extra_state) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:366: warning: Member comm_create_group(MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:369: warning: Member comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:371: warning: Member dist_graph_neighbors(MPI_Comm comm, int maxindegree, int sources[], int sourceweights[], int maxoutdegree, int destinations[], int destweights[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:372: warning: Member comm_delete_attr(MPI_Comm comm, int comm_keyval) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:375: warning: Member comm_disconnect(MPI_Comm *comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:376: warning: Member comm_dup(MPI_Comm comm, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:379: warning: Member comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:382: warning: Member comm_dup_with_info(MPI_Comm comm, MPI_Info info, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:384: warning: Member dist_graph_neighbors_count(MPI_Comm comm, int *inneighbors, int *outneighbors, int *weighted) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:385: warning: Member comm_f2c(MPI_Fint comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:386: warning: Member comm_free_keyval(int *comm_keyval) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:388: warning: Member comm_get_errhandler(MPI_Comm comm, MPI_Errhandler *erhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:389: warning: Member comm_free(MPI_Comm *comm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:390: warning: Member comm_get_attr(MPI_Comm comm, int comm_keyval, void *attribute_val, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:391: warning: Member comm_get_info(MPI_Comm comm, MPI_Info *info_used) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:393: warning: Member dist_graph_create(MPI_Comm comm_old, int n, const int nodes[], const int degrees[], const int targets[], const int weights[], MPI_Info info, int reorder, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:394: warning: Member comm_get_name(MPI_Comm comm, char *comm_name, int *resultlen) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:397: warning: Member comm_get_parent(MPI_Comm *parent) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:398: warning: Member comm_group(MPI_Comm comm, MPI_Group *group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:401: warning: Member comm_join(int fd, MPI_Comm *intercomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:404: warning: Member comm_rank(MPI_Comm comm, int *rank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:405: warning: Member comm_remote_group(MPI_Comm comm, MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:407: warning: Member dist_graph_create_adjacent(MPI_Comm comm_old, int indegree, const int sources[], const int sourceweights[], int outdegree, const int destinations[], const int destweights[], MPI_Info info, int reorder, MPI_Comm *comm_dist_graph) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:408: warning: Member comm_remote_size(MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:411: warning: Member comm_set_attr(MPI_Comm comm, int comm_keyval, void *attribute_val) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:414: warning: Member comm_set_errhandler(MPI_Comm comm, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:417: warning: Member comm_set_info(MPI_Comm comm, MPI_Info info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:420: warning: Member comm_set_name(MPI_Comm comm, const char *comm_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:423: warning: Member comm_size(MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:424: warning: Member comm_spawn(const char *command, char *argv[], int maxprocs, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *intercomm, int array_of_errcodes[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:431: warning: Member dist_graph_neighbors(MPI_Comm comm, int maxindegree, int sources[], int sourceweights[], int maxoutdegree, int destinations[], int destweights[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:437: warning: Member comm_spawn_multiple(int count, char *array_of_commands[], char **array_of_argv[], const int array_of_maxprocs[], const MPI_Info array_of_info[], int root, MPI_Comm comm, MPI_Comm *intercomm, int array_of_errcodes[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:444: warning: Member dist_graph_neighbors_count(MPI_Comm comm, int *inneighbors, int *outneighbors, int *weighted) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:448: warning: Member comm_get_errhandler(MPI_Comm comm, MPI_Errhandler *erhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:451: warning: Member comm_get_info(MPI_Comm comm, MPI_Info *info_used) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:454: warning: Member comm_get_name(MPI_Comm comm, char *comm_name, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:457: warning: Member comm_get_parent(MPI_Comm *parent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:458: warning: Member comm_group(MPI_Comm comm, MPI_Group *group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:459: warning: Member comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:461: warning: Member comm_join(int fd, MPI_Comm *intercomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:463: warning: Member comm_split_type(MPI_Comm comm, int split_type, int key, MPI_Info info, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:464: warning: Member comm_rank(MPI_Comm comm, int *rank) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:465: warning: Member comm_remote_group(MPI_Comm comm, MPI_Group *group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:466: warning: Member comm_test_inter(MPI_Comm comm, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:468: warning: Member comm_remote_size(MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:469: warning: Member compare_and_swap(const void *origin_addr, const void *compare_addr, void *result_addr, MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:471: warning: Member comm_set_attr(MPI_Comm comm, int comm_keyval, void *attribute_val) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:474: warning: Member comm_set_errhandler(MPI_Comm comm, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:477: warning: Member comm_set_info(MPI_Comm comm, MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:480: warning: Member comm_set_name(MPI_Comm comm, const char *comm_name) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:481: warning: Member dims_create(int nnodes, int ndims, int dims[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:483: warning: Member comm_size(MPI_Comm comm, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:484: warning: Member comm_spawn(const char *command, char *argv[], int maxprocs, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *intercomm, int array_of_errcodes[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:484: warning: Member errhandler_c2f(MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:487: warning: Member errhandler_f2c(MPI_Fint errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:490: warning: Member errhandler_free(MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:493: warning: Member error_class(int errorcode, int *errorclass) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:496: warning: Member error_string(int errorcode, char *string, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:497: warning: Member comm_spawn_multiple(int count, char *array_of_commands[], char **array_of_argv[], const int array_of_maxprocs[], const MPI_Info array_of_info[], int root, MPI_Comm comm, MPI_Comm *intercomm, int array_of_errcodes[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:499: warning: Member exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:508: warning: Member fetch_and_op(const void *origin_addr, void *result_addr, MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Op op, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:519: warning: Member comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:520: warning: Member iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:523: warning: Member comm_split_type(MPI_Comm comm, int split_type, int key, MPI_Info info, MPI_Comm *newcomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:526: warning: Member comm_test_inter(MPI_Comm comm, int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:529: warning: Member compare_and_swap(const void *origin_addr, const void *compare_addr, void *result_addr, MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:530: warning: Member file_c2f(MPI_File file) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:531: warning: Member file_f2c(MPI_Fint file) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:532: warning: Member file_call_errhandler(MPI_File fh, int errorcode) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:536: warning: Member file_create_errhandler(MPI_File_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:539: warning: Member file_set_errhandler(MPI_File file, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:541: warning: Member dims_create(int nnodes, int ndims, int dims[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:542: warning: Member file_get_errhandler(MPI_File file, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:544: warning: Member errhandler_c2f(MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:545: warning: Member file_delete(const char *filename, MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:547: warning: Member errhandler_f2c(MPI_Fint errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:548: warning: Member file_set_size(MPI_File fh, MPI_Offset size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:550: warning: Member errhandler_free(MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:551: warning: Member file_preallocate(MPI_File fh, MPI_Offset size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:553: warning: Member error_class(int errorcode, int *errorclass) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:554: warning: Member file_get_size(MPI_File fh, MPI_Offset *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:556: warning: Member error_string(int errorcode, char *string, int *resultlen) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:557: warning: Member file_get_group(MPI_File fh, MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:559: warning: Member exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:560: warning: Member file_get_amode(MPI_File fh, int *amode) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:563: warning: Member file_set_info(MPI_File fh, MPI_Info info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:566: warning: Member file_get_info(MPI_File fh, MPI_Info *info_used) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:568: warning: Member fetch_and_op(const void *origin_addr, void *result_addr, MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Op op, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:569: warning: Member file_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, char *datarep) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:573: warning: Member file_read_at_all(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:580: warning: Member iexscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:582: warning: Member file_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:590: warning: Member file_c2f(MPI_File file) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:591: warning: Member file_f2c(MPI_Fint file) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:591: warning: Member file_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:592: warning: Member file_call_errhandler(MPI_File fh, int errorcode) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:596: warning: Member file_create_errhandler(MPI_File_errhandler_function *function, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:599: warning: Member file_set_errhandler(MPI_File file, MPI_Errhandler errhandler) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:600: warning: Member file_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:602: warning: Member file_get_errhandler(MPI_File file, MPI_Errhandler *errhandler) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:606: warning: Member file_open(MPI_Comm comm, const char *filename, int amode, MPI_Info info, MPI_File *fh) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:609: warning: Member file_close(MPI_File *fh) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:609: warning: Member file_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:610: warning: Member file_delete(const char *filename, MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:613: warning: Member file_set_size(MPI_File fh, MPI_Offset size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:616: warning: Member file_preallocate(MPI_File fh, MPI_Offset size) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:618: warning: Member file_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:619: warning: Member file_get_size(MPI_File fh, MPI_Offset *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:622: warning: Member file_get_group(MPI_File fh, MPI_Group *group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:625: warning: Member file_get_amode(MPI_File fh, int *amode) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:628: warning: Member file_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:628: warning: Member file_set_info(MPI_File fh, MPI_Info info) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:631: warning: Member file_get_info(MPI_File fh, MPI_Info *info_used) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:632: warning: Member file_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:634: warning: Member file_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, const char *datarep, MPI_Info info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:635: warning: Member file_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:640: warning: Member file_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:643: warning: Member file_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, char *datarep) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:643: warning: Member file_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:647: warning: Member file_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:647: warning: Member file_seek(MPI_File fh, MPI_Offset offset, int whence) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:650: warning: Member file_get_position(MPI_File fh, MPI_Offset *offset) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:653: warning: Member file_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:656: warning: Member file_read_at_all(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:657: warning: Member file_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:660: warning: Member file_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:664: warning: Member file_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:665: warning: Member file_write_at(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:668: warning: Member file_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:672: warning: Member file_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:674: warning: Member file_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:676: warning: Member file_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:680: warning: Member file_seek_shared(MPI_File fh, MPI_Offset offset, int whence) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:683: warning: Member file_get_position_shared(MPI_File fh, MPI_Offset *offset) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:683: warning: Member file_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:686: warning: Member file_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:690: warning: Member file_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:692: warning: Member file_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:693: warning: Member file_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:697: warning: Member file_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:700: warning: Member file_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:701: warning: Member file_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:703: warning: Member file_read_all_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:707: warning: Member file_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:710: warning: Member file_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:710: warning: Member file_write_all_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:713: warning: Member file_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:716: warning: Member file_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:720: warning: Member file_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:720: warning: Member file_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:723: warning: Member file_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:724: warning: Member file_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:726: warning: Member file_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:728: warning: Member file_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:729: warning: Member file_set_atomicity(MPI_File fh, int flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:731: warning: Member file_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:732: warning: Member file_get_atomicity(MPI_File fh, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:735: warning: Member file_sync(MPI_File fh) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:736: warning: Member file_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:736: warning: Member finalize(void) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:737: warning: Member finalized(int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:738: warning: Member free_mem(void *base) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:739: warning: Member file_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:739: warning: Member igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:744: warning: Member file_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:747: warning: Member file_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:751: warning: Member file_seek(MPI_File fh, MPI_Offset offset, int whence) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:753: warning: Member igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:754: warning: Member file_get_position(MPI_File fh, MPI_Offset *offset) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:757: warning: Member file_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:761: warning: Member file_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:764: warning: Member file_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:768: warning: Member file_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:772: warning: Member file_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:776: warning: Member file_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:777: warning: Member get_address(const void *location, MPI_Aint *address) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:780: warning: Member file_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:780: warning: Member get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:783: warning: Member get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:784: warning: Member file_seek_shared(MPI_File fh, MPI_Offset offset, int whence) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:787: warning: Member file_get_position_shared(MPI_File fh, MPI_Offset *offset) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:787: warning: Member get(void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:790: warning: Member file_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:794: warning: Member file_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:797: warning: Member file_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:801: warning: Member file_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:804: warning: Member file_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:806: warning: Member get_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, void *result_addr, int result_count, MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:807: warning: Member file_read_all_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:811: warning: Member file_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:814: warning: Member file_write_all_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:817: warning: Member file_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:820: warning: Member file_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:824: warning: Member file_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:827: warning: Member file_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:830: warning: Member file_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:833: warning: Member file_set_atomicity(MPI_File fh, int flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:834: warning: Member get_library_version(char *version, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:836: warning: Member file_get_atomicity(MPI_File fh, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:837: warning: Member get_processor_name(char *name, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:839: warning: Member file_sync(MPI_File fh) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:840: warning: Member finalize(void) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:840: warning: Member get_version(int *version, int *subversion) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:841: warning: Member finalized(int *flag) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:842: warning: Member free_mem(void *base) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:843: warning: Member gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:843: warning: Member graph_create(MPI_Comm comm_old, int nnodes, const int index[], const int edges[], int reorder, MPI_Comm *comm_graph) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:852: warning: Member graph_get(MPI_Comm comm, int maxindex, int maxedges, int index[], int edges[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:855: warning: Member igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:856: warning: Member graph_map(MPI_Comm comm, int nnodes, const int index[], const int edges[], int *newrank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:859: warning: Member graph_neighbors_count(MPI_Comm comm, int rank, int *nneighbors) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:862: warning: Member graph_neighbors(MPI_Comm comm, int rank, int maxneighbors, int neighbors[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:865: warning: Member graphdims_get(MPI_Comm comm, int *nnodes, int *nedges) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:868: warning: Member grequest_complete(MPI_Request request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:869: warning: Member gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:871: warning: Member grequest_start(MPI_Grequest_query_function *query_fn, MPI_Grequest_free_function *free_fn, MPI_Grequest_cancel_function *cancel_fn, void *extra_state, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:879: warning: Member group_c2f(MPI_Group group) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:87: warning: Member allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:87: warning: Member alloc_mem(MPI_Aint size, MPI_Info info, void *baseptr) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:880: warning: Member group_compare(MPI_Group group1, MPI_Group group2, int *result) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:883: warning: Member group_difference(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:883: warning: Member igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:886: warning: Member group_excl(MPI_Group group, int n, const int ranks[], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:889: warning: Member group_f2c(MPI_Fint group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:890: warning: Member group_free(MPI_Group *group) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:891: warning: Member group_incl(MPI_Group group, int n, const int ranks[], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:894: warning: Member group_intersection(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:897: warning: Member group_range_excl(MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:900: warning: Member group_range_incl(MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:903: warning: Member group_rank(MPI_Group group, int *rank) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:906: warning: Member group_size(MPI_Group group, int *size) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:907: warning: Member get_address(const void *location, MPI_Aint *address) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:909: warning: Member group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2, int ranks2[]) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:90: warning: Member iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:910: warning: Member get_count(const MPI_Status *status, MPI_Datatype datatype, int *count) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:913: warning: Member get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:913: warning: Member group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:916: warning: Member get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:916: warning: Member ibsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:920: warning: Member get(void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:926: warning: Member improbe(int source, int tag, MPI_Comm comm, int *flag, MPI_Message *message, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:931: warning: Member imrecv(void *buf, int count, MPI_Datatype type, MPI_Message *message, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:934: warning: Member info_c2f(MPI_Info info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:935: warning: Member info_create(MPI_Info *info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:936: warning: Member info_delete(MPI_Info info, const char *key) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:939: warning: Member get_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype, void *result_addr, int result_count, MPI_Datatype result_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:939: warning: Member info_dup(MPI_Info info, MPI_Info *newinfo) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:942: warning: Member info_f2c(MPI_Fint info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:943: warning: Member info_free(MPI_Info *info) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:944: warning: Member info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:947: warning: Member info_get_nkeys(MPI_Info info, int *nkeys) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:950: warning: Member info_get_nthkey(MPI_Info info, int n, char *key) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:953: warning: Member info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:956: warning: Member info_set(MPI_Info info, const char *key, const char *value) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:959: warning: Member init(int *argc, char ***argv) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:960: warning: Member initialized(int *flag) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:961: warning: Member init_thread(int *argc, char ***argv, int required, int *provided) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:964: warning: Member intercomm_create(MPI_Comm local_comm, int local_leader, MPI_Comm bridge_comm, int remote_leader, int tag, MPI_Comm *newintercomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:967: warning: Member get_library_version(char *version, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:970: warning: Member get_processor_name(char *name, int *resultlen) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:973: warning: Member get_version(int *version, int *subversion) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:975: warning: Member intercomm_merge(MPI_Comm intercomm, int high, MPI_Comm *newintercomm) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:976: warning: Member graph_create(MPI_Comm comm_old, int nnodes, const int index[], const int edges[], int reorder, MPI_Comm *comm_graph) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:978: warning: Member iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:981: warning: Member irsend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:985: warning: Member graph_get(MPI_Comm comm, int maxindex, int maxedges, int index[], int edges[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:989: warning: Member graph_map(MPI_Comm comm, int nnodes, const int index[], const int edges[], int *newrank) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:98: warning: Member iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
+ src/shamsys/include/shamsys/MpiWrapper.hpp:991: warning: Member issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:992: warning: Member graph_neighbors_count(MPI_Comm comm, int rank, int *nneighbors) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:995: warning: Member graph_neighbors(MPI_Comm comm, int rank, int maxneighbors, int neighbors[]) (function) of namespace mpi is not documented.
- src/shamsys/include/shamsys/MpiWrapper.hpp:998: warning: Member graphdims_get(MPI_Comm comm, int *nnodes, int *nedges) (function) of namespace mpi is not documented.

@tdavidcl tdavidcl merged commit 71b73c9 into Shamrock-code:main Jul 21, 2025
43 checks passed
@tdavidcl tdavidcl deleted the feat/pullback-aurora888 branch July 21, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant