Skip to content

Commit 1110a12

Browse files
committed
Add HAVE_MPIX_COMM_ISHRINK to facilitate feature discovery (e.g., from
mpi4py) Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
1 parent 068ece3 commit 1110a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mpiext/ftmpi/c/mpiext_ftmpi_c.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2010-2012 Oak Ridge National Labs. All rights reserved.
3-
* Copyright (c) 2010-2020 The University of Tennessee and the University
3+
* Copyright (c) 2010-2023 The University of Tennessee and the University
44
* of Tennessee research Foundation. All rights
55
* reserved.
66
* $COPYRIGHT$
@@ -48,4 +48,5 @@ OMPI_DECLSPEC int OMPI_Comm_failure_inject(MPI_Comm comm, bool notify);
4848
/* Provide defines to facilitate the detection of the new API */
4949
#define OMPI_HAVE_MPIX_COMM_GET_FAILED 1
5050
#define OMPI_HAVE_MPIX_COMM_ACK_FAILED 1
51+
#define OMPI_HAVE_MPIX_COMM_ISHRINK 1
5152

0 commit comments

Comments
 (0)