53 |
|
|
54 |
# c and c++ flags for MPI compilation |
# c and c++ flags for MPI compilation |
55 |
# c flags to use |
# c flags to use |
56 |
cc_flags_MPI = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -fno-alias -c99 -w1 -fpic -wd161" |
cc_flags_MPI = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -fno-alias -c99 -w1 -fpic -wd161 -DPASO_MPI" |
57 |
cc_flags_debug_MPI = '-g -O0 -c99 -w1 -fpic -wd161' |
cc_flags_debug_MPI = '-g -O0 -c99 -w1 -fpic -wd161 -DPASO_MPI' |
58 |
|
|
59 |
# c++ flags to use |
# c++ flags to use |
60 |
cxx_flags_MPI = '-ansi -wd1563 -wd161' |
cxx_flags_MPI = '-ansi -wd1563 -wd161 -DPASO_MPI' |
61 |
cxx_flags_debug_MPI = '-ansi -DDOASSERT -DDOPROF -wd1563 -wd161' |
cxx_flags_debug_MPI = '-ansi -DDOASSERT -DDOPROF -wd1563 -wd161 -DPASO_MPI' |
62 |
|
|
63 |
# system specific libraries to link with |
# system specific libraries to link with |
64 |
sys_libs = ['guide', 'irc'] |
sys_libs = ['guide', 'irc'] |