Correct a filename that would prevent show_help messages from
appearing properly. This commit was SVN r13225.
Этот коммит содержится в:
родитель
3f397f3848
Коммит
32bfbfc735
@ -9,7 +9,7 @@
|
|||||||
* University of Stuttgart. All rights reserved.
|
* University of Stuttgart. All rights reserved.
|
||||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
* Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
* Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -68,7 +68,7 @@ int ompi_mpi_register_params(void)
|
|||||||
value = 1;
|
value = 1;
|
||||||
}
|
}
|
||||||
if (0 == value) {
|
if (0 == value) {
|
||||||
opal_show_help("help-ompi-runtime.txt",
|
opal_show_help("help-mpi-runtime.txt",
|
||||||
"mpi-param-check-enabled-but-compiled-out",
|
"mpi-param-check-enabled-but-compiled-out",
|
||||||
true);
|
true);
|
||||||
ompi_mpi_param_check = false;
|
ompi_mpi_param_check = false;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user