-
Notifications
You must be signed in to change notification settings - Fork 29
SIMD Vectorization with OpenMP
Man-Long Wong edited this page Apr 18, 2018
·
5 revisions
The code is fully vectorized with the OpenMP SIMD construct. The SIMD vectorization is turned off by default. To turn on the SIMD vectorization for speed-up, you will need to add the flag -DHAMERS_ENABLE_SIMD=ON
when the cmake
command is executed. The SIMD construct is also ignored in debug mode since OpenMP is not used.
- User Guide
- Programmer Guide
- Tutorials