1 |
ksteube |
1810 |
|
2 |
|
|
######################################################## |
3 |
ksteube |
1312 |
# |
4 |
ksteube |
1810 |
# Copyright (c) 2003-2008 by University of Queensland |
5 |
|
|
# Earth Systems Science Computational Center (ESSCC) |
6 |
|
|
# http://www.uq.edu.au/esscc |
7 |
ksteube |
1312 |
# |
8 |
ksteube |
1810 |
# 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 |
ksteube |
1312 |
# |
12 |
ksteube |
1810 |
######################################################## |
13 |
ksteube |
1312 |
|
14 |
ksteube |
1810 |
|
15 |
phornby |
1836 |
from windows_mscv71_options import * |
16 |
phornby |
1242 |
|
17 |
phornby |
1929 |
win_cc_name = 'intelc' |
18 |
|
|
|
19 |
phornby |
869 |
# c flags to use |
20 |
phornby |
1928 |
cc_flags = '/FD /GR /EHs' |
21 |
|
|
cc_optim = '/O3 /Oi /Qip /MD /W3 /MD' |
22 |
|
|
cc_debug = '/Od /RTC1 /MDd /ZI /Y-' |
23 |
|
|
omp_optim = '/Qvec-report0 /Qopenmp /Qopenmp-report0 /Qparallel /MD /W3' |
24 |
phornby |
1927 |
omp_debug = '/Qvec-report3 /Qopenmp /Qopenmp-report2 /Qparallel /MD /W3' |
25 |
phornby |
1928 |
omp_libs = ['libglide'] |