Skip to content

Commit ce2310a

Browse files
Merge pull request #12681 from ggouaillardet/topic/nvfortran_ignore_tkr
configury: harden IGNORE_TKR check
2 parents a24343d + 600df6a commit ce2310a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/ompi_fortran_check_ignore_tkr.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
200200
end subroutine force_assumed_shape
201201

202202
module check_ignore_tkr
203-
interface
204-
subroutine foobar(buffer, count)
203+
interface foobar
204+
subroutine foobar_x(buffer, count)
205205
$1 buffer
206206
$2, intent(in) :: buffer
207207
integer, intent(in) :: count
208-
end subroutine foobar
208+
end subroutine foobar_x
209209
end interface
210210
end module
211211

0 commit comments

Comments
 (0)