1
1

Given our current list of options, it makes no sense to "bundle" them - they are pretty exclusionary. Turning off bundling allows us to support both single- and double-dash options, which means we don't break scripts that previously worked with autogen.sh

This commit was SVN r23814.
Этот коммит содержится в:
Ralph Castain 2010-09-29 05:21:23 +00:00
родитель e8868c38fb
Коммит 19f9fc1146

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

@ -778,7 +778,6 @@ sub safe_system {
# Command line parameters
&Getopt::Long::Configure("bundling");
my $ok = Getopt::Long::GetOptions("no-ompi" => \$no_ompi_arg,
"no-orte" => \$no_orte_arg,
"quiet|q" => \$quiet_arg,
@ -793,8 +792,8 @@ if (!$ok || $help_arg) {
print "Invalid command line argument.\n\n"
if (!$ok);
print "Options:
--no-ompi Do not build the Open MPI layer
--no-orte Do not build the ORTE layer
--no-ompi | -no-ompi Do not build the Open MPI layer
--no-orte | -no-orte Do not build the ORTE layer
--quiet | -q Do not display normal verbose output
--debug | -d Output lots of debug information
--help | -h This help list