You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download and install out of the box oneapi 2025.2.0
Download IMB release 2021.10
source intel/oneapi/2025.2.0/setvars.sh
cd to IMB release
make -j all fails with this error
In file included from helpers/original_benchmark.h:40:
../src_c/IMB_prototypes.h:424:5: error: 'main' should not be 'extern "C"' [-Werror,-Wmain]
424 | int main(int argc, char **argv);
| ^
1 error generated.
If you comment out that line or remove the -Werror the build passes