Skip to content

Commit 466a2b3

Browse files
ggouaillardetjsquyres
authored andcommitted
configury: cleanup .mod file
manually cleanup the generated .mod file in OMPI_FORTRAN_CHECK_BIND_C_TYPE Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 7fce2f3 commit 466a2b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/ompi_fortran_check_bind_c.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dnl University of Stuttgart. All rights reserved.
1111
dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
1313
dnl Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
14+
dnl Copyright (c) 2020 Research Organization for Information Science
15+
dnl and Technology (RIST). All rights reserved.
1416
dnl $COPYRIGHT$
1517
dnl
1618
dnl Additional copyrights may follow
@@ -83,6 +85,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_BIND_C_TYPE],[
8385
end module]])],
8486
[AS_VAR_SET(bind_c_type_var, yes)],
8587
[AS_VAR_SET(bind_c_type_var, no)])
88+
rm -rf *.mod 2>/dev/null
8689
AC_LANG_POP([Fortran])
8790
])
8891

0 commit comments

Comments
 (0)