diff --git a/README.md b/README.md index 8f12bdcb..d2f19f95 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ prerequisites (see also SERIAL below): directories but only if you specify `--with-metis`. 4. If you have the AMD package of Davis, Duff and Amestoy, you can - specify `--with-amd` (see `./configure --help` for more details). + specify `--with-amd` (see `./configure --help` for more details). + We use the C interface to AMD. The configure script will generate a Make.inc file suitable for building the library. The script is capable of recognizing the needed libraries diff --git a/ReleaseNews b/ReleaseNews index 558b497c..5a6664c2 100644 --- a/ReleaseNews +++ b/ReleaseNews @@ -1,5 +1,13 @@ WHAT'S NEW +Version 3.8.0-2 + 1. CTXT is now an opaque object. + 2. OpenMP is now better integrated. + 3. New non-blocking collectives. + 4. Now allowing remote builds (i.e. local contributions can + now be sent to the final destination process) + 5. Restore Makefiles to work on parallel builds. + Version 3.7.0.1 1. PREC%DESCR method now requires a mandatory INFO argument.