2005-10-01 01:44:05 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2005-10-01 01:44:05 +04:00
|
|
|
# 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.
|
2014-05-01 23:48:21 +04:00
|
|
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
2005-10-01 01:44:05 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
[multiple-prefixes]
|
|
|
|
The SLURM process starter for Open MPI does not support multiple
|
|
|
|
different --prefix options to mpirun. You can specify at most one
|
|
|
|
unique value for the --prefix option (in any of the application
|
|
|
|
contexts); it will be applied to all the application contexts of your
|
|
|
|
parallel job.
|
|
|
|
|
|
|
|
Put simply, you must have Open MPI installed in the same location on
|
|
|
|
all of your SLURM nodes.
|
|
|
|
|
2005-10-02 15:58:51 +04:00
|
|
|
Multiple different --prefix options were specified to mpirun. This is
|
2005-10-01 01:44:05 +04:00
|
|
|
a fatal error for the SLURM process starter in Open MPI.
|
|
|
|
|
2005-10-02 15:58:51 +04:00
|
|
|
The first two prefix values supplied were:
|
2005-10-01 01:44:05 +04:00
|
|
|
%s
|
|
|
|
and %s
|
2007-07-12 23:53:18 +04:00
|
|
|
#
|
|
|
|
[no-hosts-in-list]
|
|
|
|
The SLURM process starter for Open MPI didn't find any hosts in
|
|
|
|
the map for this application. This can be caused by a lack of
|
|
|
|
an allocation, or by an error in the Open MPI code. Please check
|
|
|
|
to ensure you have a SLURM allocation. If you do, then please pass
|
|
|
|
the error to the Open MPI user's mailing list for assistance.
|
2009-02-09 23:44:44 +03:00
|
|
|
#
|
|
|
|
[no-local-slave-support]
|
|
|
|
A call was made to launch a local slave process, but no support
|
|
|
|
is available for doing so. Launching a local slave requires support
|
|
|
|
for either rsh or ssh on the backend nodes where MPI processes
|
|
|
|
are running.
|
|
|
|
|
|
|
|
Please consult with your system administrator about obtaining
|
|
|
|
such support.
|