Commit dab2b5d0 authored by iker_martin's avatar iker_martin
Browse files

Found error when using Merge Shrink + P2P for amount of requests needed in asynch communication.

parent e60d6802
......@@ -287,7 +287,7 @@ void async_communication_start(void *send, void **recv, int qty, MPI_Datatype da
/* PREPARE COMMUNICATION */
prepare_redistribution(qty, datatype, numP, numO, is_children_group, recv, &s_counts, &r_counts);
check_requests(s_counts, r_counts, requests, request_qty);
check_requests(s_counts, r_counts, requests, request_qty); //FIXME Error related to second reconf if Merge Shrink + P2P -->Invalid requests
/* PERFORM COMMUNICATION */
switch(mall_conf->red_method) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment