Add missing linker flag for mic

parent d54b0182
...@@ -215,6 +215,7 @@ if env['compiler'] == 'intel' and env['showVectorization']: ...@@ -215,6 +215,7 @@ if env['compiler'] == 'intel' and env['showVectorization']:
# Platform # Platform
if env['compiler'] == 'intel' and env['platform'] == 'mic': if env['compiler'] == 'intel' and env['platform'] == 'mic':
env.Append(CCFLAGS=['-mmic']) env.Append(CCFLAGS=['-mmic'])
env.Append(LINKFLAGS=['-mmic'])
# set the precompiler variables for the solver # set the precompiler variables for the solver
if env['solver'] == 'fwave': 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