Re: [petsc-dev] AVX kernels, old gcc, still broken

2019-10-26 Thread Jed Brown via petsc-dev
"Smith, Barry F." writes: >> On Oct 26, 2019, at 9:09 AM, Jed Brown wrote: >> >> "Smith, Barry F." writes: >> >>> The proposed fix is #if defined(PETSC_USE_AVX512_KERNELS) && && && && && >>> in https://gitlab.com/petsc/petsc/merge_requests/2213/diffs >> >> Looks fine; approved. >> >>>

Re: [petsc-dev] AVX kernels, old gcc, still broken

2019-10-26 Thread Smith, Barry F. via petsc-dev
> On Oct 26, 2019, at 9:09 AM, Jed Brown wrote: > > "Smith, Barry F." writes: > >> The proposed fix is #if defined(PETSC_USE_AVX512_KERNELS) && && && && && >> in https://gitlab.com/petsc/petsc/merge_requests/2213/diffs > > Looks fine; approved. > >> but note that

Re: [petsc-dev] AVX kernels, old gcc, still broken

2019-10-26 Thread Jed Brown via petsc-dev
"Smith, Barry F." writes: > The proposed fix is #if defined(PETSC_USE_AVX512_KERNELS) && && && && && > in https://gitlab.com/petsc/petsc/merge_requests/2213/diffs Looks fine; approved. > but note that PETSC_USE_AVX512_KERNELS does not even do a configure check to > make sure it is valid.