1 |
|
2 |
######################################################## |
3 |
# |
4 |
# Copyright (c) 2003-2008 by University of Queensland |
5 |
# Earth Systems Science Computational Center (ESSCC) |
6 |
# http://www.uq.edu.au/esscc |
7 |
# |
8 |
# Primary Business: Queensland, Australia |
9 |
# Licensed under the Open Software License version 3.0 |
10 |
# http://www.opensource.org/licenses/osl-3.0.php |
11 |
# |
12 |
######################################################## |
13 |
|
14 |
|
15 |
from windows_mscv71_options import * |
16 |
|
17 |
# c flags to use |
18 |
cc_flags = '/EHsc /GR /MD /Qvc7.1' |
19 |
# Same this does not work. cc_optim = '/fast /Oi /W3 /Qssp /Qinline-factor-' |
20 |
cc_optim = '/Ox /QxP /Qprec-div- /Qssp /Qinline-factor-' |
21 |
cc_debug = '/Od /RTCcsu /Zi /Y- /debug:all /Qtrapuv' |
22 |
omp_optim = '/Qvec-report0 /Qopenmp /Qopenmp-report0 /Qparallel' |
23 |
omp_debug = '/Qvec-report3 /Qopenmp /Qopenmp-report2 /Qparallel' |
24 |
omp_libs = ['C:\Program Files\Intel\Compiler\C++\9.1\IA32\Lib\libguide40'] |
25 |
|
26 |
tools_names = ['intelc'] |