Changeset 1903


Ignore:
Timestamp:
10/29/12 11:03:35 (11 years ago)
Author:
acosce
Message:

Remove xHost option for compilation on curie

  • Xhost optimize for the machine where compilation is done. We compile on fat nodes and turn on thin nodes --> it's not optimize
  • there are some problem when we combining xHost with debug compilation option (trapuv, check_stack etc.... )
File:
1 edited

Legend:

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

    r1889 r1903  
    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 -xHost -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) 
    273273#-Q- curie  F_L = mpif90 
    274274#-Q- curie  M_M = 0 
Note: See TracChangeset for help on using the changeset viewer.