Changeset 2043


Ignore:
Timestamp:
04/04/13 11:17:51 (11 years ago)
Author:
aclsce
Message:

Added ada and curie compilation options for IPSLCM5B configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/scripts/BB_make

    r997 r2043  
    66#          This doesnt happen whith Fortran 90 compilers but 
    77#          Check your compilers option in consequence when using real F95 compilers 
    8  
     8#-Q- ada # Compiler options NEMO (IDRIS Ada) 
     9#-Q- ada F_O = -shared-intel -mcmodel=large -O3 -i4 -r8 -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC) 
     10#-Q- ada L_X = $(L_O) 
     11#-Q- curie # Compiler options NEMO (PRACE Curie) 
     12#-Q- curie F_O = -O3 -i4 -r8 -xHost -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC) 
     13#-Q- curie L_X = $(L_O) 
    914#-Q- platine # Compiler options NEMO (CCRT Itanium Bull)  
    1015#-Q- platine F_O = -O3 -i4 -r8 -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC)  
Note: See TracChangeset for help on using the changeset viewer.