2966206f58
1. fix a race condition whereby a proc's output could trigger an event prior to the other outputs being setup, thus c ausing the IOF to declare the proc "terminated" too early. This was really rare, but could happen. 2. add a new "timestamp-output" option that timestamp's each line of output 3. add a new "output-filename" option that redirects each proc's output to a separate rank-named file. 4. add a new "xterm" option that redirects the output of the specified ranks to a separate xterm window. This commit was SVN r20392.
52 строки
1.2 KiB
Plaintext
52 строки
1.2 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for Open RTE's ODLS Framework
|
|
#
|
|
[orte-odls-base:could-not-preload-binary]
|
|
WARNING: Could not preload the binary file.
|
|
|
|
Binary: %s
|
|
|
|
Will continue attempting to launch the process.
|
|
[orte-odls-base:could-not-preload-files]
|
|
WARNING: Could not preload the files specified.
|
|
|
|
Fileset: %s
|
|
|
|
Will continue attempting to launch the process.
|
|
[orte-odls-base:could-not-preload]
|
|
WARNING: Could not preload the requested files and directories.
|
|
|
|
Binary : %s
|
|
Fileset: %s
|
|
|
|
Will continue attempting to launch the process.
|
|
|
|
#
|
|
[orte-odls-base:xterm-neg-rank]
|
|
The xterm option was given a negative rank to display:
|
|
|
|
Rank: %d
|
|
|
|
Note that a value of -1 represents "all", but all other values
|
|
must range from 0 to #procs-1.
|
|
#
|
|
[orte-odls-base:xterm-rank-out-of-bounds]
|
|
The xterm option was asked to display a rank that is larger
|
|
than the number of procs in the job:
|
|
|
|
Rank: %d
|
|
#procs: %d
|
|
|
|
Note that ranks start with 0, not 1, and must be specified
|
|
accordingly.
|