Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible TACC Stampede2 issue with KNL intrinsics #56

Open
zbyerly opened this issue Sep 20, 2017 · 0 comments
Open

Possible TACC Stampede2 issue with KNL intrinsics #56

zbyerly opened this issue Sep 20, 2017 · 0 comments

Comments

@zbyerly
Copy link
Contributor

zbyerly commented Sep 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant