Skip to content

Use new Autoconf 2.69 Fortran m4 macros #139

@ompiteam

Description

@ompiteam

AC 2.69 introduced some new Fortran macros that could be quite helpful (and replace some kludgery that we currently have):

  • AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
  • AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
  • AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
  • AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
  • AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
  • AC_FC_PP_DEFINE for the Fortran preprocessor define flag

Once we upgrade the minimum requirement of Autoconf in OMPI, we should start using these macros.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions