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 9649 for utils/build/arch/arch-linux_ifort.fcm – NEMO

Ignore:
Timestamp:
2018-05-28T08:26:06+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: clean and tidy up computing architectures files
Generic files at the root of ./arch and HPC centre files arranged by institute

File:
1 copied

Legend:

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

    r9648 r9649  
    1616 
    1717%NCDF_INC            -I/usr/local/netcdf/include  
    18 %NCDF_LIB            -L /usr/local/netcdf/lib -lnetcdf    
     18%NCDF_LIB            -L/usr/local/netcdf/lib -lnetcdf    
    1919%FC                  ifort  
    20 %FCFLAGS         -r8 -O3  -traceback  
    21 %FFLAGS       -r8 -O3  -traceback  
     20%FCFLAGS            -r8 -O3  -traceback  
     21%FFLAGS             -r8 -O3  -traceback  
    2222%LD                  ifort 
    2323%FPPFLAGS            -P -C -traditional 
     
    2828%USER_INC            %NCDF_INC 
    2929%USER_LIB            %NCDF_LIB  
     30 
     31%CC                  icc 
     32%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.