56 |
cc_optim = '/O2 /Op /W3' |
cc_optim = '/O2 /Op /W3' |
57 |
cc_debug = '/Od /RTCcsu /ZI /Yd /Y-' |
cc_debug = '/Od /RTCcsu /ZI /Yd /Y-' |
58 |
|
|
59 |
|
# MPI version using MPICH2 |
60 |
|
usempi = 'yes' |
61 |
|
mpi_path = 'C:/Program Files/MPICH2/include' |
62 |
|
mpi_lib_path = 'C:/Program Files/MPICH2/lib' |
63 |
|
mpi_libs = ['mpi'] |
64 |
|
mpi_flavour = 'MPICH2' |
65 |
|
|
66 |
# linker flags to use |
# linker flags to use |
67 |
#link_flags = '' |
#link_flags = '' |
68 |
#link_flags_debug = '/debug /incremental:no /opt:ref /opt:icf' |
#link_flags_debug = '/debug /incremental:no /opt:ref /opt:icf' |