Dear all,
I hope you are well.
I was wondering if there was anything specific that had to be done to enable deal.II to leverage AVX and AVX512 instructions on intel processors?
By default, it seems that on my intel machine, these vectorization instructions are not detected, e.g.:
-- Performing Test DEAL_II_HAVE_SSE2
-- Performing Test DEAL_II_HAVE_SSE2 - Success
-- Performing Test DEAL_II_HAVE_AVX
-- Performing Test DEAL_II_HAVE_AVX - Failed
-- Performing Test DEAL_II_HAVE_AVX512
-- Performing Test DEAL_II_HAVE_AVX512 - Failed
-- Performing Test DEAL_II_HAVE_ALTIVEC
-- Performing Test DEAL_II_HAVE_ALTIVEC - Failed
However, I can see that avx is a supported set of instruction on my processor by looking at /proc/cpuinfo.
Is there something I am missing that needs to be done to enable full support of vectorization instruction?
Best :)
Bruno