
* Improved the error propagation from a backend orted * Fixed a hang in orterun due to failed files transferred * Fix the movement of files with relative path names * Improved error messages when a file cannot be moved * Move file checks to FileM instead of embedding then in the ODLS This commit Refs trac:1770 This commit was SVN r20331. The following Trac tickets were found above: Ticket 1770 --> https://svn.open-mpi.org/trac/ompi/ticket/1770
34 строки
827 B
Plaintext
34 строки
827 B
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.
|
|
|