9d381a4ebf
Correct the orte-show-help file when a rank is out of bounds, and do that test where a wildcard doesn't get incorrectly flagged as out-of-bounds. This commit was SVN r20398.
44 строки
1.0 KiB
Plaintext
44 строки
1.0 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-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.
|