source: proiecte/hpl/openmpi_compiled/share/openmpi/help-plm-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.6 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2005 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[multiple-prefixes]
20The SLURM process starter for Open MPI does not support multiple
21different --prefix options to mpirun.  You can specify at most one
22unique value for the --prefix option (in any of the application
23contexts); it will be applied to all the application contexts of your
24parallel job.
25
26Put simply, you must have Open MPI installed in the same location on
27all of your SLURM nodes.
28
29Multiple different --prefix options were specified to mpirun.  This is
30a fatal error for the SLURM process starter in Open MPI.
31
32The first two prefix values supplied were:
33    %s
34and %s
35#
36[no-hosts-in-list]
37The SLURM process starter for Open MPI didn't find any hosts in
38the map for this application. This can be caused by a lack of
39an allocation, or by an error in the Open MPI code. Please check
40to ensure you have a SLURM allocation. If you do, then please pass
41the error to the Open MPI user's mailing list for assistance.
Note: See TracBrowser for help on using the repository browser.