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 10449 for utils/build/mk – NEMO

Changeset 10449 for utils/build/mk


Ignore:
Timestamp:
2019-01-02T10:38:04+01:00 (5 years ago)
Author:
andmirek
Message:

GMED ticket 425 changes for INTEL compiler

File:
1 edited

Legend:

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

    r9598 r10449  
    200200    use_oasis=0 
    201201fi 
     202#ignore use_oasis if XIOS_OASIS is set  (doesn't matter to what value)  
     203if [[ ! -z "$XIOS_OASIS" ]]; then  
     204    use_oasis=1  
     205fi  
    202206for liboa in psmile.MPI1 mct mpeu scrip mpp_io 
    203207do 
Note: See TracChangeset for help on using the changeset viewer.