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 13801 for utils/build/arch/MERCATOR/arch-ifort_belenos_xios.fcm – NEMO

Ignore:
Timestamp:
2020-11-16T19:47:06+01:00 (3 years ago)
Author:
gsamson
Message:

update mercator belenos arch files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/arch/MERCATOR/arch-ifort_belenos_xios.fcm

    r13730 r13801  
    3939# 
    4040# 
    41  
    4241%NCDF_INC            -I${NETCDF_INC} 
    43 %NCDF_LIB            -L${NETCDF_LIB} -lnetcdff -lnetcdf -L${HDF5_LIB} -lhdf5_hl -lhdf5 
     42%NCDF_LIB            -L${NETCDF_LIB} -lnetcdff -lnetcdf -L${PHDF5_LIB_DIR} -lhdf5_hl -lhdf5 
    4443%XIOS_INC            -I${XIOS_INC} 
    4544%XIOS_LIB            -L${XIOS_LIB} -lxios -lstdc++ 
     
    4948%CPP                 cpp 
    5049%FC                  mpiifort -c -cpp 
    51 %FCFLAGS             -i4 -r8 -O3 -fp-model strict -march=core-avx2 -fno-alias -align array64byte 
     50%FCFLAGS             -march=core-avx2 -i4 -r8 -O3 -fp-model strict -fno-alias -align array64byte 
    5251%FFLAGS              %FCFLAGS 
    5352%LD                  mpiifort 
     
    6059%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
    6160 
    62 %CC                  cc 
     61%CC                  icc 
    6362%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.