Closed fpnick closed 5 years ago
Hi! Thanks for reporting this, it's kinda difficult to setup the Intel compiler on Travis :) I modified the code and it seems to work now on ICC 2019, can you check please?
The first issue is gone, but the error regarding memory
still appears for me with ICC 18.0.1.
Switching to 18.0.2, the error is gone though. We don't have 2019 available just yet.
Hi,
I tried to compile everything with the Intel compilers and the first thing that happened was the same as in #3. This can be easily fixed by
#if defined(__clang__) || defined(__INTEL_COMPILER)
insoftware-prefetching.cpp
.Next, the following error comes up:
Might be my mistake though, any hints? If any testing is required with the Intel Compilers, I'm happy to help...