From 32bfbfc735080cb24df4b39c61ac6540f2923c82 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 21 Jan 2007 13:56:16 +0000 Subject: [PATCH] Correct a filename that would prevent show_help messages from appearing properly. This commit was SVN r13225. --- ompi/runtime/ompi_mpi_params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/runtime/ompi_mpi_params.c b/ompi/runtime/ompi_mpi_params.c index 1b59626fbf..4f4481da12 100644 --- a/ompi/runtime/ompi_mpi_params.c +++ b/ompi/runtime/ompi_mpi_params.c @@ -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;