Skip to content

Commit

Permalink
Merge pull request #12706 from ggouaillardet/topic/v5.0.x/nvfortran_i…
Browse files Browse the repository at this point in the history
…gnore_tkr

configury: harden IGNORE_TKR check
  • Loading branch information
wenduwan authored Jul 25, 2024
2 parents 131819b + c1caefb commit e6e1538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ompi_fortran_check_ignore_tkr.m4
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
end subroutine force_assumed_shape

module check_ignore_tkr
interface
subroutine foobar(buffer, count)
interface foobar
subroutine foobar_x(buffer, count)
$1 buffer
$2, intent(in) :: buffer
integer, intent(in) :: count
end subroutine foobar
end subroutine foobar_x
end interface
end module

Expand Down

0 comments on commit e6e1538

Please sign in to comment.