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

Changeset 10449


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

GMED ticket 425 changes for INTEL compiler

Location:
utils/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/build/arch/arch-linux_ifort.fcm

    r9852 r10449  
    3131#  - fcm variables are starting with a % (and not a $) 
    3232# 
    33 %NCDF_HOME           /usr/local/netcdf 
    34 %HDF5_HOME           /usr/local/hdf5 
    35 %XIOS_HOME           $HOME/xios-2.5 
     33%NCDF_HOME           $NETCDF_DIR 
     34%HDF5_HOME           $HDF5_DIR 
     35%XIOS_HOME           $xios_path 
    3636%OASIS_HOME          /not/defiled 
    3737 
     
    4444 
    4545%CPP               cpp 
    46 %FC                  mpif90 -c -cpp 
     46%FC                  ftn -c -cpp 
    4747%FCFLAGS             -i4 -r8 -O3 -fp-model precise -fno-alias 
    4848%FFLAGS              %FCFLAGS 
    49 %LD                  mpif90 
     49%LD                  ftn 
    5050%LDFLAGS              
    5151%FPPFLAGS            -P -C -traditional 
  • 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.