Ignore:
Timestamp:
Jul 30, 2008, 5:57:45 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Du nettoyage sur le parallelisme, inclusion de nouvelles interfaces pour OPA9
et ORCHIDEE YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/thermcell.F

    r940 r987  
    5252      save idetr
    5353      data idetr/3/
    54 
     54c$OMP THREADPRIVATE(idetr)
    5555c   local:
    5656c   ------
     
    9494      data isplit/0/
    9595      save isplit
     96c$OMP THREADPRIVATE(isplit)
    9697
    9798      logical sorties
     
    125126      data first /.false./
    126127      save first
     128c$OMP THREADPRIVATE(first)
    127129cRC
    128130
     
    137139      save ncorrec
    138140      data ncorrec/0/
     141c$OMP THREADPRIVATE(ncorrec)
    139142     
    140143c
     
    11311134c$OMP THREADPRIVATE(zmax0_sec)
    11321135      logical, save :: first = .true.
     1136c$OMP THREADPRIVATE(first)
    11331137
    11341138      if (first) then
Note: See TracChangeset for help on using the changeset viewer.