source: proiecte/hpl/openmpi_compiled/share/openmpi/help-ras-slurm.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 1.4 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# $COPYRIGHT$
14#
15# Additional copyrights may follow
16#
17# $HEADER$
18#
19# This is the US/English help file for Open MPI MCA error messages.
20#
21[slurm-env-var-not-found]
22While trying to determine what resources are available, the SLURM
23resource allocator expects to find the following environment variables:
24
25    SLURM_NODELIST
26    SLURM_TASKS_PER_NODE
27   
28However, it was unable to find the following environment variable:
29
30    %s
31
32#This is a fatal error.
33[slurm-env-var-bad-value]
34While trying to determine what resources are available, the SLURM
35resource allocator uses the following environment variables:
36
37    SLURM_NODELIST       value: %s
38    SLURM_TASKS_PER_NODE value: %s
39   
40However, an error was encountered when trying to parse the following variable:
41
42    %s
43
44#This is a fatal error.
Note: See TracBrowser for help on using the repository browser.