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
Thomas Jahns
yaxt
Commits
08ad1a54
Commit
08ad1a54
authored
Mar 11, 2020
by
Thomas Jahns
🤸
Browse files
Merge declaration and definition.
parent
81d0fb19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xt_redist_p2p.c
View file @
08ad1a54
...
...
@@ -311,10 +311,9 @@ Xt_redist xt_redist_p2p_ext_new(Xt_xmap xmap,
{
// ensure that yaxt is initialized
assert
(
xt_initialized
());
MPI_Comm
comm
;
int
tag_offset
;
comm
=
xt_mpi_comm_smart_dup
(
xt_xmap_get_communicator
(
xmap
),
&
tag_offset
);
MPI_Comm
comm
=
xt_mpi_comm_smart_dup
(
xt_xmap_get_communicator
(
xmap
),
&
tag_offset
);
int
nrecv
=
xt_xmap_get_num_sources
(
xmap
),
nsend
=
xt_xmap_get_num_destinations
(
xmap
);
...
...
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