Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
dab2b5d0
Commit
dab2b5d0
authored
Jun 04, 2024
by
iker_martin
Browse files
Found error when using Merge Shrink + P2P for amount of requests needed in asynch communication.
parent
e60d6802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Codes/malleability/CommDist.c
View file @
dab2b5d0
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment