Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
yaxt
Commits
837d7b9b
Commit
837d7b9b
authored
Mar 11, 2020
by
Thomas Jahns
🤸
Browse files
Fix cast.
parent
27e62de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xt_exchanger_irecv_isend.c
View file @
837d7b9b
...
...
@@ -100,7 +100,7 @@ xt_exchanger_irecv_isend_a_exchange(const void *src_data, void *dst_data,
tmp_requests
+
i
),
comm
);
for
(
int
i
=
0
;
i
<
nsend
;
++
i
)
xt_mpi_call
(
MPI_Isend
(
(
void
*
)
src_data
,
1
,
send_msgs
[
i
].
datatype
,
xt_mpi_call
(
MPI_Isend
(
CAST_MPI_SEND_BUF
(
src_data
)
,
1
,
send_msgs
[
i
].
datatype
,
send_msgs
[
i
].
rank
,
tag_offset
+
xt_mpi_tag_exchange_msg
,
comm
,
tmp_requests
+
nrecv
+
i
),
comm
);
...
...
Write
Preview
Markdown
is supported
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