From 4cc5f01f4a602ff5bf3810d841b0e52e1780acf0 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Tue, 9 May 2017 15:38:59 +0100 Subject: [PATCH] Small change in the readme about the intel compiler --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8cb441e..9432abe1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ _Please do not send pull requests to the `master` branch which is reserved for r ### Compilers -Intel ICPC v16 and later +Intel ICPC v16.0.3 and later Clang v3.5 and later (need 3.8 and later for OpenMP) @@ -52,7 +52,7 @@ When you file an issue, please go though the following checklist: 2. Give a description of the target platform (CPU, network, compiler). Please give the full CPU part description, using for example `cat /proc/cpuinfo | grep 'model name' | uniq` (Linux) or `sysctl machdep.cpu.brand_string` (macOS) and the full output the `--version` option of your compiler. 3. Give the exact `configure` command used. 4. Attach `config.log`. -5. Attach `config.summary`. +5. Attach `grid.config.summary`. 6. Attach the output of `make V=1`. 7. Describe the issue and any previous attempt to solve it. If relevant, show how to reproduce the issue using a minimal working example.