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
7ea543dc
Commit
7ea543dc
authored
Dec 11, 2012
by
William Gropp
Browse files
[svn-r10760] removed explicit constant for actual size of object
parent
7fa7e2cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/mpi/info/infomany.c
View file @
7ea543dc
...
...
@@ -77,7 +77,7 @@ int main( int argc, char *argv[] )
}
continue
;
}
MPI_Info_get
(
infos
[
i
],
key
,
64
,
value
,
&
flag
);
MPI_Info_get
(
infos
[
i
],
key
,
sizeof
(
value
)
,
value
,
&
flag
);
if
(
!
flag
)
{
errs
++
;
if
(
errs
<
MAX_ERRORS
)
{
...
...
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