We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
results in:
https://gist.github.com/zbyerly/d2aea6dbc21ffe03e4884b171d3ce4c7
The text was updated successfully, but these errors were encountered: