Update README.md
Information about nagfor included
This commit is contained in:
parent
07e8fa9d6a
commit
69691184d6
1 changed files with 5 additions and 3 deletions
|
@ -7,8 +7,10 @@ to distinguish tokens.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
This code does not build with the default compiler on most systems and in fact is only known to build
|
This code does not build with the default compiler on most systems; it is only known to build
|
||||||
with *ifort* from Intel's OneAPI (you'll need both *basic* and *hpc* to get the Fortran compiler):
|
with *ifort* from Intel's OneAPI or _nagfor_ from NAG (thanks to https://github.com/nncarlson).
|
||||||
|
|
||||||
|
The Intel compiler if freely available (you'll need both *basic* and *hpc* to get the Fortran compiler):
|
||||||
https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html
|
https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html
|
||||||
|
|
||||||
Makefiles are provided that will build this application on Windows or Linux using either *nmake* or *make* respectively.
|
Makefiles are provided that will build this application on Windows or Linux using either *nmake* or *make* respectively.
|
||||||
|
|
Loading…
Reference in a new issue