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

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

Adding compiled files

File size: 1.3 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2009 Cisco Systems, Inc.  All rights reserved.
4# $COPYRIGHT$
5#
6# Additional copyrights may follow
7#
8# $HEADER$
9#
10# This is the US/English general help file for Open MPI.
11#
12[stacktrace signal override]
13Open MPI was insertting a signal handler for signal %d but noticed
14that there is already a non-default handler installer.  Open MPI's
15handler was therefore not installed; your job will continue.  This
16warning message will only be displayed once, even if Open MPI
17encounters this situation again.
18
19To avoid displaying this warning message, you can either not install
20the error handler for signal %d or you can have Open MPI not try to
21install its own signal handler for this signal by setting the
22"opal_signals" MCA parameter.
23
24  Signal: %d
25  Current opal_signal value: %s
26*
27[malformed IP address or netmask]
28Open MPI has detected at least one malformed IP address or netmask in
29the value of the opal_net_private_ipv4 MCA parameter.  The
30opal_net_private_ipv4 MCA parameter accepts a semicolon-delimited list
31of Classless Inter-Domain Routing (CIDR) notation specifications, each
32of the form <ipaddress>/<mask>.  For example:
33
34     10.0.0.0/8;172.16.0.0/12;192.168.0.0/16;169.254.0.0/16
35
36All malformed entries will be ignored; Open MPI will attempt to continue
37your job.  The first detected malformed entry was %s.
Note: See TracBrowser for help on using the repository browser.