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

Changeset 3767


Ignore:
Timestamp:
2013-01-31T10:48:51+01:00 (11 years ago)
Author:
cetlod
Message:

branch NEMO_CMIP5 : update BB_make/BB_make.ldef for compilation on the new IDRIS IBM computer - ADA

Location:
branches/CMIP5_IPSL/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/scripts/BB_make

    r3302 r3767  
    4646#-Q- gfortran  F_O = -fno-second-underscore -fdefault-real-8 -funroll-all-loops -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC) 
    4747#-Q- gfortran  L_X = -fdefault-real-8 
     48#-Q- ada  # Compiler options NEMO (IBM ADA )  
     49#-Q- ada   F_O = -O3 -i4 -r8 -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC)  
     50#-Q- ada   L_X = $(L_O) 
    4851#-Q- aix    # Compiler options for NEMO (aix version) 
    4952#-Q- aix    F_O = -O3 -qsave -qrealsize=8 -qsuffix=f=f90 -qsuffix=cpp=F90 -qextname -qsource -q64 -qlargepage -qmaxmem=-1 -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC) 
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/scripts/BB_make.ldef

    r3304 r3767  
    4949#-Q- babel  prefix = -WF,-D 
    5050#-Q- osxxlf prefix = -WF,-D 
    51 #-Q- platine prefix= -Wp,-D 
     51#-Q- ada    prefix = -Wp,-D 
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM_PISCES/scripts/BB_make

    r3302 r3767  
    5454#-Q- aix6   L_O = $(F_P) -q64 -O3 
    5555#-Q- aix6   L_X = $(L_O) 
     56#-Q- ada  # Compiler options NEMO (IBM ADA )  
     57#-Q- ada   F_O = -O3 -i4 -r8 -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC)  
     58#-Q- ada   L_X = $(L_O)  
    5659#-Q- babel  # Compiler options for NEMO (blue gene version) 
    5760#-Q- babel  F_O =  -O3 -qsave -qrealsize=8 -qsuffix=f=f90 -qsuffix=cpp=F90 -qsource -qextname=flush -qlargepage -qmaxmem=-1 -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC) 
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM_PISCES/scripts/BB_make.ldef

    r3304 r3767  
    4949#-Q- babel  prefix = -WF,-D 
    5050#-Q- osxxlf prefix = -WF,-D 
    51 #-Q- platine prefix= -Wp,-D 
     51#-Q- ada    prefix = -Wp,-D 
Note: See TracChangeset for help on using the changeset viewer.