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
Malleable_CG
Commits
70d67ded
Commit
70d67ded
authored
Sep 28, 2023
by
iker_martin
Browse files
Fixed minor error in Merge P2PA
parent
2220fa10
Changes
1
Hide whitespace changes
Inline
Side-by-side
malleability/CommDist.c
View file @
70d67ded
...
...
@@ -362,7 +362,7 @@ void async_point2point(void *send, void *recv, int mal_type, struct Counts s_cou
}
for
(
i
=
r_counts
.
idI
;
i
<
r_counts
.
idE
;
i
++
)
{
offset
=
s
_counts
.
displs
[
i
]
*
datasize
;
offset
=
r
_counts
.
displs
[
i
]
*
datasize
;
MPI_Irecv
(
recv
+
offset
,
r_counts
.
counts
[
i
],
datatype
,
i
,
99
,
comm
,
&
(
requests
[
j
]));
j
++
;
}
...
...
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