source: proiecte/hpl/openmpi_compiled/share/openmpi/help-opal-wrapper.txt @ 97

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

Adding compiled files

File size: 2.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) 2006      Sun Microsystems, Inc.  All rights reserved.
14#                         Use is subject to license terms.
15# $COPYRIGHT$
16#
17# Additional copyrights may follow
18#
19# $HEADER$
20#
21# This is the US/English help file for Open MPI wrapper compiler error
22# messages.
23#
24[no-language-support]
25Unfortunately, this installation of Open MPI was not compiled with
26%s support.  As such, the %s compiler is non-functional.
27#
28[no-profiling-support]
29Warning: the "-lpmpi" flag was included on the command line,
30indicating use of MPI profiling layer.  However, Open MPI was not
31compiled with support for the MPI profiling layer.  This flag has
32therefore been ignored.
33#
34[no-compiler-found]
35The Open MPI wrapper compiler was unable to find the specified compiler
36%s in your PATH.
37
38Note that this compiler was either specified at configure time or in
39one of several possible environment variables.
40#
41[version]
42%s: %s %s (Language: %s)
43#
44[usage]
45%s [-showme[:<command,compile,link,incdirs,
46              libdirs,libs,version>]] args
47
48  -showme:command    Show command used to invoke real compiler
49  -showme:compile    Show flags added when compiling
50  -showme:link       Show flags added when linking
51  -showme:incdirs    Show list of include dirs added when compiling
52  -showme:libdirs    Show list of library dirs added when linking
53  -showme:libs       Show list of libraries added when linking
54  -showme:version    Show version of %s
55#
56[file-not-found]
57%s could not find the file %s, needed for %s support.
58This may indicate an incomplete install and linking will likely fail.
59#
60[spawn-failed]
61Unable to call the compiler (%s). The failure return the error
62%s.
63The failed command was [%s].
64#
65[compiler-failed]
66The child process (%s) exit with error %d.
67The failed command was [%s].
68#
69[multiple-bit-flags]
70%s: options -32 and -64 must be used independently
Note: See TracBrowser for help on using the repository browser.