diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-12-22 21:31:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-31 13:16:42 (GMT) |
commit | 8ef55dec292b307e8be85d9d9a5424f0468d441f (patch) | |
tree | fcd4775983922b9e26da2ffce1cacafc255a5ced | |
parent | 4c74c86f4099ed63f429d39394f7c7117430a8a6 (diff) | |
download | CMake-8ef55dec292b307e8be85d9d9a5424f0468d441f.zip CMake-8ef55dec292b307e8be85d9d9a5424f0468d441f.tar.gz CMake-8ef55dec292b307e8be85d9d9a5424f0468d441f.tar.bz2 |
Help: Add release notes for Fujitsu compiler support
-rw-r--r-- | Help/release/dev/fujitsu-compiler-support.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/fujitsu-compiler-support.rst b/Help/release/dev/fujitsu-compiler-support.rst new file mode 100644 index 0000000..c6f8cfb --- /dev/null +++ b/Help/release/dev/fujitsu-compiler-support.rst @@ -0,0 +1,11 @@ +fujitsu-compiler-support +------------------------ + +* Addition of the ``Fujitsu`` compiler ID operating in traditional ``Trad`` + mode and ``FujitsuClang`` operating in ``Clang`` mode. +* The :module:`FindOpenMP` module learned to support ``Fujitsu`` and + ``FujitsuClang``. +* The :module:`FindMPI` module learned to support ``Fujitsu`` and + ``FujitsuClang`` in both host and cross compiling modes. +* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to support + the serial ``Fujitsu SSL2`` and parallel ``Fujitsu SSL2BLAMP`` libraries. |