2006-06-01 00:07:59 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. 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$
|
|
|
|
#
|
2008-02-28 04:57:57 +03:00
|
|
|
# This is the US/English general help file for hostfile utilities.
|
2006-06-01 00:07:59 +04:00
|
|
|
#
|
2008-02-28 04:57:57 +03:00
|
|
|
[no-hostfile]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE was unable to open the hostfile:
|
|
|
|
%s
|
|
|
|
Check to make sure the path and filename are correct.
|
2008-02-28 04:57:57 +03:00
|
|
|
[slots]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a bad parameter in the hostfile:
|
|
|
|
%s
|
|
|
|
The slots parameter is less than 0:
|
|
|
|
slots=%d
|
2008-02-28 04:57:57 +03:00
|
|
|
[max_slots]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a bad parameter in the hostfile:
|
|
|
|
%s
|
|
|
|
The max_slots parameter is less than 0:
|
|
|
|
max_slots=%d
|
2008-02-28 04:57:57 +03:00
|
|
|
[max_slots_lt]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a bad parameter in the hostfile:
|
|
|
|
%s
|
|
|
|
The max_slots parameter is less than the slots parameter:
|
|
|
|
slots=%d
|
|
|
|
max_slots=%d
|
2008-02-28 04:57:57 +03:00
|
|
|
[parse_error_string]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a parse error in the hostfile:
|
|
|
|
%s
|
|
|
|
It occured on line number %d on token %d:
|
|
|
|
%s
|
2008-02-28 04:57:57 +03:00
|
|
|
[parse_error_int]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a parse error in the hostfile:
|
|
|
|
%s
|
|
|
|
It occured on line number %d on token %d:
|
|
|
|
%d
|
2008-02-28 04:57:57 +03:00
|
|
|
[parse_error]
|
2006-06-01 00:07:59 +04:00
|
|
|
Open RTE detected a parse error in the hostfile:
|
|
|
|
%s
|
|
|
|
It occured on line number %d on token %d.
|
2008-02-28 04:57:57 +03:00
|
|
|
[not-all-mapped-alloc]
|
|
|
|
Some of the requested hosts are not included in the current allocation.
|
|
|
|
|
|
|
|
The requested hosts were in this hostfile:
|
|
|
|
%s
|
|
|
|
|
|
|
|
Please verify that you have specified the allocated resources properly in
|
|
|
|
the provided hostfile.
|