Changeset 1936


Ignore:
Timestamp:
12/10/12 09:39:03 (11 years ago)
Author:
jgipsl
Message:

Added "-fp-model precise" for compiling at Curie. This is necessary to be reproductible with ORCHIDEE offline simulations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/AA_make.gdef

    r1930 r1936  
    270270#-Q- curie  #-P- I4R8  F_P = -i4 -r8 
    271271#-Q- curie  #-P- I8R8  F_P = -i8 -r8 
    272 #-Q- curie  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
     272#-Q- curie  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) -fp-model precise 
    273273######-Q- curie  F_O = -DCPP_PARA -p -g -traceback -fp-stack-check -ftrapuv -check bounds $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
    274274#-Q- curie  F_L = mpif90 
Note: See TracChangeset for help on using the changeset viewer.