add more thorough checks on Fortran and MPI support for Fortran.

also works around issue with GNU Fortran 12 and later
This commit is contained in:
Axel Kohlmeyer
2023-01-13 11:02:24 -05:00
parent a1f5d8420a
commit 8e138161af
5 changed files with 30 additions and 15 deletions

View File

@ -1,6 +1,7 @@
This directory contains Fortran code that acts as an interface to LAMMPS as a
library and allows the LAMMPS library interface to be invoked from Fortran
code. It requires a Fortran compiler that supports the Fortran 2003 standard.
code. It requires a Fortran compiler that supports the Fortran 2003 standard
sufficiently well. For example GNU Fortran 9.x or later is currently required.
This interface is based on and supersedes the previous Fortran interfaces
in the examples/COUPLE/fortran* folders, but it is fully supported by the