New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6712 for branches/2016/dev_v3_6_STABLE_OMP/NEMOGCM/NEMO/OPA_SRC/DYN/dynzdf_imp.F90 – NEMO

Ignore:
Timestamp:
2016-06-14T16:23:21+02:00 (8 years ago)
Author:
mocavero
Message:

update some OMP directives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_OMP/NEMOGCM/NEMO/OPA_SRC/DYN/dynzdf_imp.F90

    r6508 r6712  
    222222      END DO 
    223223      ! 
    224 !$OMP PARALLEL DO schedule(static) private(jj, ji)       
     224!$OMP PARALLEL DO schedule(static) private(jj, ji, ze3ua)       
    225225      DO jj = 2, jpjm1        !==  second recurrence:    SOLk = RHSk - Lk / Dk-1  Lk-1  == 
    226226         DO ji = fs_2, fs_jpim1   ! vector opt. 
     
    388388      !! restore bottom layer avmu(v)  
    389389      IF( ln_bfrimp ) THEN 
    390 !$OMP PARALLEL DO schedule(static) private(jj, ji) 
     390!$OMP PARALLEL DO schedule(static) private(jj, ji, ikbu, ikbv) 
    391391        DO jj = 2, jpjm1 
    392392           DO ji = 2, jpim1 
     
    398398        END DO 
    399399        IF (ln_isfcav) THEN 
    400 !$OMP PARALLEL DO schedule(static) private(jj, ji) 
     400!$OMP PARALLEL DO schedule(static) private(jj, ji, ikbu, ikbv) 
    401401           DO jj = 2, jpjm1 
    402402              DO ji = 2, jpim1 
Note: See TracChangeset for help on using the changeset viewer.