View Issue Details

IDProjectCategoryView StatusLast Update
0002877OpenFOAMBugpublic2018-03-14 19:14
Reportermschnait Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Summary0002877: Where is support for the Intel Compiler ("Icc")?
DescriptionIn the bashrc, cshrc, and in some of the example files in OpenFOAM/etc, there are settings to enable the intel compiler using "Icc" for compiler type. However, none of the files that are then sourced by the bash/cshrc have anything in them about icc and end up setting the compilers to gcc/g++

What is the reason for this inconsistency, and can we insert/reinsert the support for the Intel compilers?

TagsNo tags attached.

Activities

henry

2018-03-14 19:14

manager   ~0009420

You need to set

WM_COMPILER=Icc

The build rules are in wmake/rules and those for the Intel compiler are in

wmake/rules/linux.*Icc.*

Issue History

Date Modified Username Field Change
2018-03-14 18:20 mschnait New Issue
2018-03-14 19:14 henry Assigned To => henry
2018-03-14 19:14 henry Status new => closed
2018-03-14 19:14 henry Resolution open => fixed
2018-03-14 19:14 henry Note Added: 0009420