1 |
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
2 |
boost_path = '/raid2/tools/boost/include/boost-1_31' |
boost_path = '/raid2/tools/boost/include/boost-1_31' |
3 |
|
|
4 |
|
cc = 'icc' |
5 |
|
cxx = 'icc' |
6 |
|
|
7 |
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
8 |
cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -c -fpic -w1' |
cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -c -fpic -w1' |
9 |
|
|