source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mca-param.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 1.5 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# Copyright (c) 2008      Cisco Systems, Inc.  All rights reserved.
14# $COPYRIGHT$
15#
16# Additional copyrights may follow
17#
18# $HEADER$
19#
20# This is the US/English help file for Open MPI MCA error messages.
21#
22[read-only-param-set]
23WARNING: A user-supplied value attempted to override the read-only MCA
24parameter named "%s".
25
26The user-supplied value was ignored.
27#
28[missing-param-file]
29Process %d Unable to locate the parameter file "%s" in the following search path:
30   %s
31#
32[deprecated mca param env]
33A deprecated MCA parameter value was specified in the environment or
34on the command line.  Deprecated MCA parameters should be avoided;
35they may disappear in future releases.
36
37  Deprecated parameter: %s
38#
39[deprecated mca param file]
40A deprecated MCA parameter value was specified in an MCA parameter
41file.  Deprecated MCA parameters should be avoided; they may disappear
42in future releases.
43
44  Deprecated parameter: %s
Note: See TracBrowser for help on using the repository browser.