1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# -*- text -*-
#
# Copyright (c) 2006 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2018 IBM Corporation. All rights reserved.
# Copyright (c) 2020 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English general help file for Open MPI.
#
[MPI function not supported]
Your application has invoked an MPI function that is not supported in
this environment.
MPI function: %s
Reason: %s
[info-set-with-reserved-prefix]
Comments
MPI_Info_set warning, key is using a reserved prefix.
Key: %s
Reserved prefix: %s
[mismatched-split_type-values]
Detected mismatched split_type and/or info "mpi_hw_resource_type" values
in a call to MPI_Comm_split_type between peers in the communicator.
split_type: %s (%d)
info: %s
[unexpected-split-type]
Detected an unexpected split type in a call to MPI_Comm_split_type.
split_type: %s (%d)
[cid-base-not-set]
An internal error has occurred when creating a new communicator. This
should probably never happen:
* cid_base is not set. Either nresults
is zero or no returned info matches PMIX_GROUP_CONTEXT_ID.
Please contact the Open MPI developer community with this message and
a small example code that reproduces the issue.
|