Last change
on this file since 2360 was
1648,
checked in by oabramkina, 6 years ago
|
Launching XIOS exception handling by default as no deterioration of performance has been detected.
|
File size:
813 bytes
|
Rev | Line | |
---|
[1483] | 1 | ################################################################################ |
---|
| 2 | ################### Projet XIOS ################### |
---|
| 3 | ################################################################################ |
---|
| 4 | |
---|
| 5 | %CCOMPILER mpicc |
---|
| 6 | %FCOMPILER mpif90 |
---|
| 7 | %LINKER mpif90 -nofor-main |
---|
| 8 | |
---|
[1648] | 9 | %BASE_CFLAGS -std=c++11 -diag-disable 1125 -diag-disable 279 -D__XIOS_EXCEPTION |
---|
[1483] | 10 | %PROD_CFLAGS -O3 -D BOOST_DISABLE_ASSERTS |
---|
| 11 | #%DEV_CFLAGS -g -traceback |
---|
| 12 | %DEV_CFLAGS -g |
---|
| 13 | %DEBUG_CFLAGS -DBZ_DEBUG -g -traceback -fno-inline |
---|
| 14 | |
---|
| 15 | %BASE_FFLAGS -D__NONE__ |
---|
| 16 | %PROD_FFLAGS -O3 |
---|
| 17 | #%DEV_FFLAGS -g -traceback |
---|
| 18 | %DEV_FFLAGS -g |
---|
| 19 | %DEBUG_FFLAGS -g -traceback |
---|
| 20 | |
---|
| 21 | %BASE_INC -D__NONE__ |
---|
| 22 | %BASE_LD -lstdc++ |
---|
| 23 | |
---|
| 24 | %CPP mpicc -EP |
---|
| 25 | %FPP cpp -P |
---|
| 26 | %MAKE gmake |
---|
Note: See
TracBrowser
for help on using the repository browser.