Skip to content

Commit 9124af8

Browse files
committed
fix an issue with rebasing
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent d9e4b07 commit 9124af8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ompi/include/mpif-config.h.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,3 @@
7676
parameter (MPI_MAX_DATAREP_STRING=@OPAL_MAX_DATAREP_STRING@-1)
7777
parameter (MPI_MAX_PSET_NAME_LEN=@OPAL_MAX_PSET_NAME_LEN@-1)
7878
parameter (MPI_MAX_STRINGTAG_LEN=@OPAL_MAX_STRINGTAG_LEN@-1)
79-
80-
!
81-
! MPI F08 conformance
82-
!
83-
logical MPI_SUBARRAYS_SUPPORTED
84-
logical MPI_ASYNC_PROTECTS_NONBLOCKING
85-
! Hard-coded for .false. for now
86-
parameter (MPI_SUBARRAYS_SUPPORTED= .false.)
87-
! Hard-coded for .false. for now
88-
parameter (MPI_ASYNC_PROTECTS_NONBLOCKING = .false.)

0 commit comments

Comments
 (0)