Skip to content

Commit

Permalink
Add note on Fortran 2008 compiler requirement to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberspaecher committed Aug 21, 2012
1 parent 97c13e7 commit bc22259
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Main features:
* Lapack interface (and a few simple f90 wrappers like ``eigh``, ``inv``)
* HDF5 interface

Requirements
------------

The modules utils and ppm in ``utils.f90`` and ``ppm.f90`` use the
``newunit`` option to ``open()``. This option is part of Fortran 2008 and
requires at least gfortran 4.5 to compile.

Contributors
------------

Expand Down

0 comments on commit bc22259

Please sign in to comment.