You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Please do not send pull requests to the `master` branch which is reserved for r
24
24
25
25
### Compilers
26
26
27
-
Intel ICPC v16 and later
27
+
Intel ICPC v16.0.3 and later
28
28
29
29
Clang v3.5 and later (need 3.8 and later for OpenMP)
30
30
@@ -52,7 +52,7 @@ When you file an issue, please go though the following checklist:
52
52
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.
53
53
3. Give the exact `configure` command used.
54
54
4. Attach `config.log`.
55
-
5. Attach `config.summary`.
55
+
5. Attach `grid.config.summary`.
56
56
6. Attach the output of `make V=1`.
57
57
7. Describe the issue and any previous attempt to solve it. If relevant, show how to reproduce the issue using a minimal working example.
0 commit comments