We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601959f commit 28c0622Copy full SHA for 28c0622
src/SConscript
@@ -67,7 +67,7 @@ if env['PLATFORM'] == "win32":
67
68
else:
69
env.PrependUnique(CXXFLAGS='-std=c++11')
70
- if icpc:
+ if env['tool'] == 'intelc':
71
# options for Intel C++ compiler on hpc dev-intel07
72
env.PrependUnique(CCFLAGS=['-w1', '-fp-model', 'precise'])
73
env.PrependUnique(LIBS=['imf'])
0 commit comments