SIMD Vectorization with OpenMP - mlwong/HAMeRS GitHub Wiki
The code is fully vectorized with the OpenMP SIMD construct. The SIMD vectorization is turned on by default for speed-up. To turn off the SIMD vectorization, you will need to add the flag -DHAMERS_ENABLE_SIMD=OFF when the cmake command is executed. The SIMD construct is always ignored in debug mode since OpenMP is not used.