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
Rob Latham
MPICH-BlueGene
Commits
03b12134
Commit
03b12134
authored
Feb 25, 2015
by
Wesley Bland
Committed by
Rob Latham
Feb 26, 2015
Browse files
Remove unused variable in alltoallw
Signed-off-by:
Rob Latham
<
robl@mcs.anl.gov
>
parent
5a10283b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/coll/alltoallw.c
View file @
03b12134
...
...
@@ -258,11 +258,9 @@ int MPIR_Alltoallw_inter(const void *sendbuf, const int sendcounts[], const int
int
src
,
dst
,
rank
,
sendcount
,
recvcount
;
char
*
sendaddr
,
*
recvaddr
;
MPI_Datatype
sendtype
,
recvtype
;
MPI_Comm
comm
;
local_size
=
comm_ptr
->
local_size
;
local_size
=
comm_ptr
->
local_size
;
remote_size
=
comm_ptr
->
remote_size
;
comm
=
comm_ptr
->
handle
;
rank
=
comm_ptr
->
rank
;
/* check if multiple threads are calling this collective function */
...
...
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