libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

Possible TACC Stampede2 issue with KNL intrinsics

Open zbyerly opened this issue 7 years ago • 0 comments

git clone https://github.com/gentryx/libgeodecomp.git
cd libgeodecomp
mkdir build
cd build
module load gcc/7.1.0 boost/1.64 cmake/3.8.2
cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` ..
make

results in:

/opt/apps/gcc/7.1.0/lib/gcc/x86_64-pc-linux-gnu/7.1.0/include/avx512dqintrin.h:1728:1: error: inlining failed in call to always_inline ‘__m128d _mm512_extractf64x2_pd(__m512d, int)’: target specific option mismatch
 _mm512_extractf64x2_pd (__m512d __A, const int __imm)

https://gist.github.com/zbyerly/d2aea6dbc21ffe03e4884b171d3ce4c7

zbyerly avatar Sep 20 '17 18:09 zbyerly