Opened 16 years ago

Closed 16 years ago

#51 closed enhancement (fixed)

cpp key in argument in NEMO

Reported by: rblod Owned by: igcmg
Priority: minor Milestone: IPSL CM5
Component: modeles Version:
Keywords: Cc:

Description

In NEMO Makefile (fait_AA_make), change:
P_P := $(P_P:%=$(prefix)%)
to:
override P_P := $(P_P:%=$(prefix)%)
should work (only tested in forced mode from the command line).
For example, to compile ORCA2_LIM without sea-ice model:
gmake P_P=' key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_trabbc key_zdftke key_zdfddm'

Change History (1)

comment:1 Changed 16 years ago by aclsce

  • Resolution set to fixed
  • Status changed from new to closed

Put cpp key as argument of gmake command for nemo compilation.
See correction [515]

Note: See TracTickets for help on using tickets.