-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error thrown when trying to build ExaTn using Intel compilers. #37
Comments
This CMAKE error comes from CPP Microservices submodule, which apparently does not officially support the Intel compiler suite. But we cant try simply removing that CMAKE check to see if CPP Microservices will work fine when built with the Intel C++ compiler. |
Can you try commenting the three lines in CMake at tpls/cppmicroservices/CMakeLists.txt, starting at line 111? |
Your suggestion allows the CMake step to succeed, but it seems to introduce a number of warnings and an error using make install. These warnings are thrown repeatedly:
Before Crashing with this Error:
|
Trying to run cmake for ExaTn using Intel's C/C++/Fortran compilers indicates that they are unsupported, then throws an error.
OS Information:
Linux version 3.10.0-957.10.1.el7.x86_64 (mockbuild@x86-040.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Feb 7 07:12:53 UTC 2019
The text was updated successfully, but these errors were encountered: