Ignore:
Timestamp:
06/14/18 13:42:14 (6 years ago)
Author:
yushan
Message:

bug fix for tests in prod mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/test/test_complete_omp.f90

    r1520 r1544  
    4747  if(rank < size-2) then 
    4848 
    49   !$omp parallel default(private) 
     49  !$omp parallel default(firstprivate)  
     50!!firstprivate(dtime) 
    5051 
    5152!!! XIOS Initialization (get the local communicator) 
     
    248249!#################################################################################### 
    249250 
    250     !DO ts=1,24*2 
    251     DO ts=1,24 
     251    DO ts=1,24*10 
     252    !DO ts=1,24 
    252253 
    253254      CALL xios_get_handle("atmosphere",ctx_hdl) 
Note: See TracChangeset for help on using the changeset viewer.