when compiling GROMACS, there possibly might be an error:
~/gmxpath/build/gromacs/src/double/src/external/build-fftw/fftwBuild-prefix/src/fftwBuild/simd-support/simd-avx2.h:43:2: error: #error "compiling simd-avx2.h without avx2 support"
By refering to this post: https://bbs.archlinux.org/viewtopic.php?id=250244
I know this is caused by the conflicts of -march
of cc
compiler.