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
When compiling software with icc from icc/2018.1.163-GCC-6.4.0-2.28, there are errors because it is not compatible with newer versions of for example the system math headers. To work around this, the following lines can be added to the top of EBROOT_ICC/compilers_and_libraries_2018.1.163/linux/compiler/include/math.h:
When compiling software with
icc
fromicc/2018.1.163-GCC-6.4.0-2.28
, there are errors because it is not compatible with newer versions of for example the system math headers. To work around this, the following lines can be added to the top ofEBROOT_ICC/compilers_and_libraries_2018.1.163/linux/compiler/include/math.h
:For now this is done manually afterwards, not using EasyBuild.
The text was updated successfully, but these errors were encountered: