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
Rob Latham
MPICH-BlueGene
Commits
b05a26f9
Commit
b05a26f9
authored
Dec 17, 2014
by
Junchao Zhang
Committed by
Rob Latham
Dec 17, 2014
Browse files
Fix a typo in mpivar.c
Signed-off-by:
Rob Latham
<
robl@mcs.anl.gov
>
parent
666e270d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/env/mpivars.c
View file @
b05a26f9
...
...
@@ -78,7 +78,7 @@ int main( int argc, char *argv[] )
for
(
i
=
1
;
i
<
argc
;
i
++
)
{
/* Check for "no descriptions" */
if
(
strcmp
(
argv
[
i
],
"--nodesc"
)
==
0
||
strcmp
(
argv
[
i
],
"-node
x
"
)
==
0
)
showDesc
=
0
;
strcmp
(
argv
[
i
],
"-node
sc
"
)
==
0
)
showDesc
=
0
;
else
{
if
(
wrank
==
0
)
{
fprintf
(
stderr
,
"Unrecognized command line argument %s
\n
"
,
...
...
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