cf6137b530
Bring Slurm PMI-1 component online Bring the s2 component online Little cleanup - let the various PMIx modules set the process name during init, and then just raise it up to the ORTE level. Required as the different PMI environments all pass the jobid in different ways. Bring the OMPI pubsub/pmi component online Get comm_spawn working again Ensure we always provide a cpuset, even if it is NULL pmix/cray: adjust cray pmix component for pmix Make changes so cray pmix can work within the integrated ompi/pmix framework. Bring singletons back online. Implement the comm_spawn operation using pmix - not tested yet Cleanup comm_spawn - procs now starting, error in connect_accept Complete integration
63 строки
1.8 KiB
Plaintext
63 строки
1.8 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-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 (c) 2014-2015 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for Open RTE's orted.
|
|
#
|
|
[orted:usage]
|
|
Usage: %s [OPTION]...
|
|
Start an Open RTE Daemon
|
|
|
|
%s
|
|
[orted:environ]
|
|
Open RTE Daemon was unable to set
|
|
%s = %s
|
|
in the environment. Returned value %d instead of ORTE_SUCCESS.
|
|
[orted:init-failure]
|
|
Open RTE was unable to initialize properly. The error occured while
|
|
attempting to %s. Returned value %d instead of ORTE_SUCCESS.
|
|
|
|
#
|
|
[orted:cannot-bind]
|
|
A request was made to bind the Open RTE daemons to
|
|
a core that does not exist on this node:
|
|
|
|
node: %s
|
|
cores: %s
|
|
|
|
The MCA param directing this behavior is orte_daemon_cores.
|
|
Please correct the request and try again.
|
|
#
|
|
[cwd]
|
|
A dynamic operation (%s) was requested that requires us to obtain
|
|
the current working directory. Unfortunately, an error was returned
|
|
when we attempted to obtain it:
|
|
|
|
error: %d
|
|
|
|
We are unable to complete the requested operation.
|
|
#
|
|
[bad-key]
|
|
A dynamic operation (%s) was requested that included an unrecognized
|
|
info key:
|
|
|
|
group: %s
|
|
key: %s
|
|
|
|
The operation will continue, but may not behave completely as expected.
|