4 |
cc = 'icc' |
cc = 'icc' |
5 |
cxx = 'icc' |
cxx = 'icc' |
6 |
|
|
7 |
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
cc_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -no-gcc -w1' |
8 |
cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -c -fpic -w1' |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -w1' |
9 |
|
|
10 |
|
cxx_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -ansi -ansi_alias -no-gcc -w1' |
11 |
|
cxx_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -w1 -DDOASSERT -DDOPROF' |
12 |
|
|
13 |
ar_flags = 'crus' |
ar_flags = 'crus' |