From 69691184d6c6f5f6dc6630bc0bdee1fc8ef4336e Mon Sep 17 00:00:00 2001 From: sgeard Date: Tue, 13 Jun 2023 20:30:29 +0100 Subject: [PATCH] Update README.md Information about nagfor included --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd12f5e..b1f4d34 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ to distinguish tokens. ## Building -This code does not build with the default compiler on most systems and in fact is only known to build -with *ifort* from Intel's OneAPI (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 +This code does not build with the default compiler on most systems; it is only known to build +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 Makefiles are provided that will build this application on Windows or Linux using either *nmake* or *make* respectively.