e849f7ba07
- Added user help messages. - Abstracted the internal commands, and the mechanism for parsing and executing them. - Cleaned up the command line parsing - Some other misc. cleanup items. Still much more work to do here, but should provide a more intuitive interface for extending functionality in the system. This commit was SVN r6676.
37 строки
1.3 KiB
Plaintext
37 строки
1.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
# All rights reserved.
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
# All rights reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for Open RTE's Console.
|
|
#
|
|
[orteconsole:usage]
|
|
Usage: %s [OPTION]...
|
|
Start the Open RTE Console interface
|
|
|
|
%s
|
|
[orteconsole:init-failure]
|
|
Open RTE was unable to initialize properly. The error occured while
|
|
attempting to %s. Returned value %d instead of ORTE_SUCCESS.
|
|
[orteconsole:finalize-failure]
|
|
Open RTE was unable to finalize properly. The error occured while
|
|
attempting to %s. Returned value %d instead of ORTE_SUCCESS.
|
|
[orteconsole:unknown-command]
|
|
Open RTE Console did not recognize the command:
|
|
%s
|
|
[orteconsole:unimplemented-command]
|
|
The command "%s" is not currently implemented in the Open RTE Console.
|
|
[orteconsole:failed-command]
|
|
The command "%s" failed with return value %d.
|