Skip to content
Snippets Groups Projects
Commit 0469639c authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Annotate unused parameters.

parent 33c0ec4c
No related branches found
No related tags found
No related merge requests found
......@@ -302,6 +302,7 @@ xt_exchanger_neigh_alltoall_new(int nsend, int nrecv,
const struct Xt_redist_msg *recv_msgs,
MPI_Comm comm, int tag_offset) {
(void)nsend; (void)nrecv; (void)send_msgs; (void)recv_msgs; (void)tag_offset;
Xt_abort(comm, "ERROR(xt_exchanger_neigh_alltoall_new): "
"exchanger_neigh_alltoall requires MPI version 3.0 or higher",
__FILE__, __LINE__);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment