Ignore:
Timestamp:
Jul 11, 2014, 4:15:06 PM (11 years ago)
Author:
milmd
Message:

LMDZ.GENERIC. OpenMP directives added in generic physic. When running in pure OpenMP or hybrid OpenMP/MPI, may have some bugs with condense_cloud and wstats routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/stokes.F90

    r253 r1315  
    3333      real a,b,molrad,visc
    3434      save a,b
     35!$OMP THREADPRIVATE(a,b)
    3536 
    3637      LOGICAL firstcall
    3738      SAVE firstcall
    3839      DATA firstcall/.true./
     40!$OMP THREADPRIVATE(firstcall)
    3941
    4042      if (firstcall) then
Note: See TracChangeset for help on using the changeset viewer.