Changes between Version 7 and Version 8 of IntegrationOpenMP/Dev2012_LMDZOR


Ignore:
Timestamp:
10/15/12 14:11:52 (12 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IntegrationOpenMP/Dev2012_LMDZOR

    v7 v8  
    8181 
    8282=== LMDZOR_v5 Sans OMP ===  
     83==== TRUNK ==== 
    8384 * Lmdz/trunk 1628 
    8485 * Ioipsl/trunk 1660 
     
    9394 
    9495==== en debug ==== 
     96{{{ 
     97 F_O = -DCPP_PARA -xHost -p -g -traceback -fp-stack-check -ftrapuv $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
     98}}} 
     99 
    95100 * plante dans stomate (calcul de gdd)  
    96101 * Si on enlève stomate : plante dans hydrodc  
     
    118123  * ces messages n'apparaissent pas du tout en mode ''-O3'' 
    119124  * ces messages n'apparaissent pas sur titane avec les mêmes options de compilation 
     125 
     126__Nouvel essai : on retire Xhost__ 
     127{{{ 
     128 F_O = -DCPP_PARA -p -g -traceback -fp-stack-check -ftrapuv $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
     129}}} 
     130 
     131==== 1.9.5 ====  
     132Même problème si l'on compile avec  
     133{{{ 
     134 F_O = -DCPP_PARA -xHost -p -g -traceback -fp-stack-check -ftrapuv $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
     135}}}