From 4ac27340b96da721246e0f437a51a46cc84768ce Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 24 May 2019 13:05:17 +0100 Subject: [PATCH] moving VERSION file to the empty ChangeLog one, this create compilation problems with #include in recent versions of LLVM and case-insensitive FS (typically macOS) --- ChangeLog | 5 +++++ VERSION | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index e69de29b..a0211af1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,5 @@ +Version : 0.8.0 + +- Clang 3.5 and above, ICPC v16 and above, GCC 6.3 and above recommended +- MPI and MPI3 comms optimisations for KNL and OPA finished +- Half precision comms diff --git a/VERSION b/VERSION deleted file mode 100644 index a0211af1..00000000 --- a/VERSION +++ /dev/null @@ -1,5 +0,0 @@ -Version : 0.8.0 - -- Clang 3.5 and above, ICPC v16 and above, GCC 6.3 and above recommended -- MPI and MPI3 comms optimisations for KNL and OPA finished -- Half precision comms