source: XIOS/dev/dev_olga/src/cfg/20161108_093948_parsed_bld.cfg @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 5.4 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                       bld
3cfg::version                    1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10# INC arch.fcm # Start
11################################################################################
12###################                Projet XIOS               ###################
13################################################################################
14
15%CCOMPILER                      mpicc
16%FCOMPILER                      mpif90
17%LINKER                         mpif90  -nofor-main
18
19%BASE_CFLAGS                    -diag-disable 1125 -diag-disable 279
20%PROD_CFLAGS                    -O3 -D BOOST_DISABLE_ASSERTS
21%DEV_CFLAGS                     -g -traceback
22%DEBUG_CFLAGS                   -DBZ_DEBUG -g -traceback -fno-inline
23
24%BASE_FFLAGS                    -D__NONE__
25%PROD_FFLAGS                    -O3
26%DEV_FFLAGS                     -g -traceback
27%DEBUG_FFLAGS                   -g -traceback
28
29%BASE_INC                       -D__NONE__
30%BASE_LD                        -lstdc++
31
32%CPP                            mpicc -EP
33%FPP                            cpp -P
34%MAKE                           gmake
35# INC arch.fcm # End
36# INC config.fcm # Start
37%COMPIL_CFLAGS                  -O3 -D BOOST_DISABLE_ASSERTS
38%COMPIL_FFLAGS                  -O3
39%CPP_KEY                        USING_NETCDF_PAR
40%CBASE_INC                      -I /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/include
41%FBASE_INC                      -I /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/include
42%ARCH_LD                        -L /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/lib   -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 -lz -lcurl
43# INC config.fcm # End
44
45%CFLAGS                         -diag-disable 1125 -diag-disable 279 -O3 -D BOOST_DISABLE_ASSERTS
46%FFLAGS                         -D__NONE__ -O3
47%LD_FLAGS                       -L /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/lib   -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 -lz -lcurl -lstdc++
48
49
50dest::root                      /ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga
51
52bld::infile_ext::cpp            C::SOURCE
53bld::infile_ext::conf           CPP::INCLUDE
54bld::infile_ext::hpp            CPP::INCLUDE
55
56
57search_src                      true
58src::zzz                        .
59src::date                       /ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/boost/src/date_time
60src::blitz                      /ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/blitz/src
61src::netcdf                     /ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/netcdf4
62src::remap                      /ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/remap/src
63bld::lib                        xios
64bld::target                     libxios.a
65#bld::target generate_fortran_interface.exe
66#bld::target xios_server.exe #test_remap.exe
67bld::target                     xios_server.exe
68#bld::target xios_server1.exe xios_server2.exe
69#bld::target test_new_features.exe test_unstruct_complete.exe
70#bld::target test_client.exe test_complete.exe
71bld::target                     test_client.exe
72bld::exe_dep                   
73
74bld::tool::cc                   mpicc
75bld::tool::fc                   mpif90
76bld::tool::fpp                  cpp -P
77bld::tool::cpp                  mpicc -EP
78bld::tool::cppflags             -I /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/src_netcdf -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/boost/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/rapidxml/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/blitz/include
79bld::tool::fppflags             -D__NONE__ -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/boost/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/rapidxml/include
80bld::tool::ld                   mpif90  -nofor-main
81bld::tool::ldflags              -L /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/lib   -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 -lz -lcurl -lstdc++
82bld::tool::cflags               -diag-disable 1125 -diag-disable 279 -O3 -D BOOST_DISABLE_ASSERTS -I /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/src_netcdf -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/boost/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/rapidxml/include -I/ccc/work/cont003/dsm/p86nguey/Coupling_XIOS/dev_olga/extern/blitz/include
83bld::tool::fflags               -D__NONE__ -O3 -I /ccc/products/netcdf-4.3.3.1_hdf5_parallel/default/include
84bld::tool::cppkeys              USING_NETCDF_PAR
85bld::tool::fppkeys              USING_NETCDF_PAR
86bld::tool::make                 gmake
87
88# Pre-process code before analysing dependencies
89bld::pp                         false
90bld::pp::interface/fortran      true
91bld::pp::interface/fortran_attr true
92bld::excl_dep                   use::mod_prism_get_comm
93bld::excl_dep                   use::mod_prism_get_localcomm_proto
94bld::excl_dep                   use::mod_prism_proto
95bld::excl_dep                   use::mod_prism
96bld::excl_dep                   use::netcdf
97bld::excl_dep                   inc::mpif.h
Note: See TracBrowser for help on using the repository browser.