forked from open-mpi/ompi
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- 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 |