Files
cpp-thirdparty/linx64/mpi/openmpi/share/pmix/help-pmix-server.txt
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

39 lines
1.1 KiB
Plaintext

# -*- text -*-
#
# Copyright (c) 2016 Intel, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
#
[rnd-path-too-long]
The PMIx server was unable to setup a rendezvous file due to your
system's restriction for Unix's socket's path-length.
Temporary directory: %s
Rendezvous filename: %s
Please try to set TMPDIR to something short (like /tmp) or change
your computer's name to something shorter (see uname -n).
[listener-failed-start]
The PMIx server was unable to setup a rendezvous point. This is
usually due to a conflicting stale named pipe from a prior failed
job, thus preventing the server from binding to its assigned socket.
Rendezvous filename: %s
Please remove the stale file and try again.
[data-store-failed]
The PMIx server was unable to store the specified key-value:
Key: %s
The precise reason for the failure was provided in the above
"error-log" message. This is probably something that should
be referred to the PMIx developers.
[listener-thread-start]
The PMIx server's listener thread failed to start. We cannot
continue.