Ignore:
Timestamp:
10/31/14 14:52:01 (10 years ago)
Author:
ymipsl
Message:

Merging OpenMP parallisme mode : by subdomain and on vertical level.
This feature is actually experimental but may be retro-compatible with the last method based only on subdomain

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/etat0_academic.f90

    r286 r295  
    134134      
    135135 
     136!$OMP BARRIER 
    136137    CALL compute_pression(ps,p,1)      
     138!$OMP BARRIER 
    137139    CALL compute_exner(ps,p,pks,pk,1)   
     140!$OMP BARRIER 
    138141    CALL compute_geopotential(phis,pks,pk,theta,phi,1) 
    139142 
Note: See TracChangeset for help on using the changeset viewer.