65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2005 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-2024 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 (c) 2019 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2020 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2023-2024 Nanook Consulting All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for the RAS base.
|
|
#
|
|
[ras-base:no-allocation]
|
|
We were unable to find an allocation for this job as required by
|
|
setting the "allocation required" flag. Please ensure you have
|
|
the necessary allocation before executing again.
|
|
|
|
If you wish to execute without a provided allocation (e.g., by
|
|
providing a user-specified hostfile), please ensure that the "allocation
|
|
required" flag is not set. This flag can be set in several forms, so
|
|
please check that none of the following exist:
|
|
|
|
MCA param file: prte_allocation_required = 1
|
|
Environment: PRTE_MCA_prte_allocation_required=1
|
|
Cmd line: -prtemca prte_allocation_required 1
|
|
#
|
|
[ras-sim:mismatch]
|
|
The number of topology files and the list of number of nodes
|
|
must match - i.e., a number of nodes must be given for each
|
|
topology.
|
|
#
|
|
[ras-base:addhost-not-found]
|
|
A request was made to add hosts from a hostfile, but the
|
|
file could not be opened for reading:
|
|
|
|
File: %s
|
|
|
|
Please check the filename and try again.
|
|
#
|
|
[ras-base:nonuniform-slots]
|
|
A request was made to add hosts from a hostfile while operating
|
|
in a managed allocation. In this case, either the slots must be
|
|
specified in the given hostfile, or the number of slots assigned
|
|
by the resource manager on the existing nodes must be uniform.
|
|
|
|
The current allocation does not conform to that requirement:
|
|
|
|
Base number of slots: %d
|
|
Node: %s
|
|
Number of slots: %d
|
|
|
|
Please assign a number of slots for each node to be added to the
|
|
allocation.
|