Draft: Decrease default vectorization threshold when compiling gravity interactions
When optimizing with AVX2 some of the loops (notably at line 1092) are no longer vectorized. This makes that happen and gives good speed ups.
Fixes #865 (closed)
Now draft as the real solution could be a regression in how we use openmp pragmas as compilation hints.
Edited by Peter W. Draper