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 14241 – NEMO

Changeset 14241


Ignore:
Timestamp:
2020-12-23T09:58:54+01:00 (3 years ago)
Author:
smasson
Message:

trunk: replace key_iomput by key_xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/mk/Fcheck_archfile.sh

    r10449 r14241  
    167167#- do we need xios library? 
    168168#- 2 cases:  
    169 #- in CONFIG directory looking for key_iomput 
     169#- in CONFIG directory looking for key_xios 
    170170if [ "$1" == "arch_nemo.fcm" ] 
    171171then 
    172172    if [ "$2" != "nocpp" ]  
    173173    then 
    174         use_iom=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$2 | grep -c key_iomput ) 
     174        use_iom=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$2 | grep -c key_xios ) 
    175175    else 
    176176        use_iom=0 
Note: See TracChangeset for help on using the changeset viewer.