New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 4363 for branches/2013 – NEMO

Changeset 4363 for branches/2013


Ignore:
Timestamp:
2014-01-22T12:11:47+01:00 (10 years ago)
Author:
rfurner
Message:

incuding fcm make option for building executables

Location:
branches/2013/dev_MERGE_2013/NEMOGCM
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/TOOLS/maketools

    r4162 r4363  
    146146 
    147147#- When used for the first time, choose a compiler --- 
    148 . ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm nocpp ${CMP_NAM} || exit 
     148. ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm cpp.fcm ${CMP_NAM} || exit 
    149149 
    150150#- Choose a default tool if needed --- 
  • branches/2013/dev_MERGE_2013/NEMOGCM/fcm-make/inc/common.cfg

    r4204 r4363  
    3030                        \ TOOLS/OBSTOOLS/src/obs_conv.F90 \ 
    3131                        \ TOOLS/OBSTOOLS/src/par_kind.F90 \ 
    32                         \ TOOLS/REBUILD \ 
    3332                        \ TOOLS/WEIGHTS/SCRIP1.4 \ 
    3433                        \ TOOLS/WEIGHTS/nocsutil \ 
     
    3736                        \ EXTERNAL/IOIPSL/tools/tkparse.c \ 
    3837                        \ EXTERNAL/IOIPSL/tools/tkparse.h 
    39 extract.path-incl[nemo] = EXTERNAL/IOIPSL NEMO/LIM_SRC_2 NEMO/LIM_SRC_3 NEMO/OPA_SRC NEMO/TOP_SRC TOOLS 
     38extract.path-incl[nemo] = EXTERNAL/IOIPSL NEMO/LIM_SRC_2 NEMO/LIM_SRC_3 NEMO/OPA_SRC NEMO/TOP_SRC \ 
     39                        \ TOOLS/BDY_TOOLS TOOLS/GRIDGEN TOOLS/MPP_PREP TOOLS/NESTING TOOLS/OBSTOOLS/src \ 
     40                        \ TOOLS/REBUILD_NEMO TOOLS/SECTIONS_DIADCT TOOLS/WEIGHTS 
    4041 
    4142preprocess.prop{file-ext.h} = .h90 
     
    4445include = $HERE/keys-$nemo_config.cfg 
    4546 
    46 build.target                = nemo.exe \ 
    47                             \ bdy_reorder mpp_optimiz_zoom_nc.exe mppopt_showproc_nc.exe \ 
    48                             \ agrif_create_bathy.exe agrif_create_coordinates.exe agrif_create_data.exe \ 
    49                             \ agrif_create_restart.exe agrif_create_restart_trc.exe \ 
    50                             \ rebuild flio_rbld.exe rebuild_nemo rebuild_nemo.exe diadct_sections.exe \ 
    51                             \ scrip.exe scripgrid.exe scripinterp.exe scripshape.exe 
    52 build.prop{no-dep.f.module} = netcdf xios 
    53 build.prop{no-dep.include}  = mpif.h netcdf.inc 
     47build.prop{class,no-dep.f.module} = netcdf xios 
     48build.prop{class,no-dep.include}  = mpif.h netcdf.inc 
     49 
     50build.target            = nemo.exe \ 
     51                        \ bdy_reorder mpp_optimiz_zoom_nc.exe mppopt_showproc_nc.exe \ 
     52                        \ agrif_create_bathy.exe agrif_create_coordinates.exe agrif_create_data.exe \ 
     53                        \ agrif_create_restart.exe agrif_create_restart_trc.exe \ 
     54                        \ rebuild flio_rbld.exe rebuild_nemo rebuild_nemo.exe diadct_sections.exe \ 
     55                        \ scrip.exe scripgrid.exe scripinterp.exe scripshape.exe 
     56build.ns-excl           = nemo/TOOLS/GRIDGEN/src/domain.f90 nemo/TOOLS/GRIDGEN/src/io_netcdf.f90 nemo/TOOLS/OBSTOOLS 
    5457build.prop{dep.o}[nemo/NEMO/OPA_SRC/nemo.f90] = lib_cray.o 
    55 build.ns-excl               = nemo/TOOLS/GRIDGEN/src/domain.f90 nemo/TOOLS/GRIDGEN/src/io_netcdf.f90 nemo/TOOLS/OBSTOOLS 
    5658 
    57 build-tools.target                = create_coordinates.exe corio2fb.exe enact2fb.exe fbcomb.exe fbmatchup.exe \ 
    58                                   \ fbprint.exe fbsel.exe fbstat.exe fbthin.exe sla2fb.exe vel2fb.exe 
    59 build-tools.prop{no-dep.f.module} = netcdf 
    60 build-tools.prop{no-dep.include}  = mpif.h 
    61 build-tools.ns-excl               = nemo/NEMO/OPA_SRC/DOM/domain.F90 nemo/NEMO/OPA_SRC/par_oce.F90 \ 
    62                                   \ nemo/NEMO/OPA_SRC/IOM/in_out_manager.F90 nemo/TOOLS/NESTING/src/io_netcdf.f90 
     59build-tools.target      = create_coordinates.exe corio2fb.exe enact2fb.exe fbcomb.exe fbmatchup.exe \ 
     60                        \ fbprint.exe fbsel.exe fbstat.exe fbthin.exe sla2fb.exe vel2fb.exe 
     61build-tools.ns-excl     = nemo/NEMO/OPA_SRC/DOM/domain.F90 nemo/NEMO/OPA_SRC/par_oce.F90 \ 
     62                        \ nemo/NEMO/OPA_SRC/IOM/in_out_manager.F90 nemo/TOOLS/NESTING/src/io_netcdf.f90 
     63 
Note: See TracChangeset for help on using the changeset viewer.