Skip to content

Commit dc7532d

Browse files
committed
mpi.h: add OMPI_ATTR_PREDEFINED_KEY_MAX
This tag can be used internally to determine the range of valid values for pre-defined attribute keyvals. Signed-off-by: Nathan Hjelm <hjelmn@google.com>
1 parent 630bebd commit dc7532d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/include/mpi.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* and Technology (RIST). All rights reserved.
2222
* Copyright (c) 2017-2019 IBM Corporation. All rights reserved.
2323
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
24-
* Copyright (c) 2021 Google, LLC. All rights reserved.
24+
* Copyright (c) 2021-2022 Google, LLC. All rights reserved.
2525
* Copyright (c) 2021 Amazon.com, Inc. or its affiliates. All Rights
2626
* reserved.
2727
* Copyright (c) 2021 Bull S.A.S. All rights reserved.
@@ -624,6 +624,7 @@ enum {
624624

625625
/* MPI-4 */
626626
MPI_FT, /* used by OPAL_ENABLE_FT_MPI */
627+
MPI_ATTR_PREDEFINED_KEY_MAX,
627628
};
628629

629630
/*

0 commit comments

Comments
 (0)