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
42790d01
Commit
42790d01
authored
Apr 03, 2020
by
Thomas Jahns
🤸
Browse files
Remove unused variables.
parent
26e7e9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_exchanger_parallel.c
View file @
42790d01
...
...
@@ -97,11 +97,6 @@ int main(int argc, char **argv)
xt_initialize
(
MPI_COMM_WORLD
);
int
my_rank
,
comm_size
;
xt_mpi_call
(
MPI_Comm_rank
(
MPI_COMM_WORLD
,
&
my_rank
),
MPI_COMM_WORLD
);
xt_mpi_call
(
MPI_Comm_size
(
MPI_COMM_WORLD
,
&
comm_size
),
MPI_COMM_WORLD
);
Xt_exchanger_new
*
exchangers_new
=
parse_options
(
&
argc
,
&
argv
);
for
(
size_t
i
=
0
;
exchangers_new
[
i
]
!=
(
Xt_exchanger_new
)
0
;
++
i
)
{
...
...
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