Changes between Version 23 and Version 24 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2017-06-06T13:27:54+02:00 (7 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile

    v23 v24  
    6363}}} 
    6464 
    65 6- Modify the line inside the Makefile: 
    66 {{{ 
    67 F_O = -DCPP_PARA -O3 -xAVX -align all $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) -fp-model precise 
    68 }}} 
    69  
    70 This new flags are introduced:  
    71  
    72 All machines: '''-align all''' 
    73  
    74 Only for curie/ADA:  '''-xAVX -align all -align array32byte''' 
     656- Modify the line inside the Makefile 
     66 
     67For obelix: 
     68{{{ 
     69F_O = -DCPP_PARA -O3 -align all $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) -fp-model precise 
     70}}} 
     71 
     72For curie/ADA: 
     73{{{ 
     74F_O = -DCPP_PARA -O3 -xAVX -align all -align array32byte $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) -fp-model precise 
     75}}} 
    7576 
    76777- Compile IOIPSL