Fix scons for mic

parent 07b74894
......@@ -216,6 +216,8 @@ if env['compiler'] == 'intel' and env['showVectorization']:
if env['compiler'] == 'intel' and env['platform'] == 'mic':
env.Append(CCFLAGS=['-mmic'])
env.Append(LINKFLAGS=['-mmic'])
# Add Intel specific libraries
env.Append(LIBS=['svml', 'imf', 'intlc'])
# set the precompiler variables for the solver
if env['solver'] == 'fwave':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment