1
1

Correct a filename that would prevent show_help messages from

appearing properly.

This commit was SVN r13225.
Этот коммит содержится в:
Jeff Squyres 2007-01-21 13:56:16 +00:00
родитель 3f397f3848
Коммит 32bfbfc735

Просмотреть файл

@ -9,7 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -68,7 +68,7 @@ int ompi_mpi_register_params(void)
value = 1;
}
if (0 == value) {
opal_show_help("help-ompi-runtime.txt",
opal_show_help("help-mpi-runtime.txt",
"mpi-param-check-enabled-but-compiled-out",
true);
ompi_mpi_param_check = false;