Work around gcc 7 avx512 bug
commit9f45a4be4b5e24f49c4c1ce8db8144b21631a891
authorBerk Hess <hess@kth.se>
Thu, 16 May 2019 07:54:02 +0000 (16 09:54 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 27 May 2019 09:04:23 +0000 (27 11:04 +0200)
treec997c53b1b903b1a59af99169ccc94cd28c67ed7
parent17967ef521ab9df97b59e6e71997f8cc69916e79
Work around gcc 7 avx512 bug

Due to an avx512 loop vectorization bug in gcc 7, many non-bonded
interactions could be ignored when running with more than 16 OpenMP
threads.

Fixes #2762

Change-Id: I3e03fde7114542bbd43069166a6c74937fc0f986
docs/release-notes/2018/2018.7.rst
src/gromacs/mdlib/nbnxn_search.cpp