Ignore:
Timestamp:
Jul 30, 2013, 2:46:15 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Le passage de définition est maintenant effectué automatiquement lors du premier appel d'écriture à phys_output_write.
UG
.................................................
The definition run is now automatically triggered by the first writing call to phys_output_write.
UG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/iophy.F90

    r1807 r1821  
    767767  ! On regarde si on est dans la phase de définition ou d'écriture:
    768768  IF(.NOT.vars_defined) THEN
    769 
     769!$OMP MASTER
    770770      !Si phase de définition.... on définit
    771771      DO iff=iff_beg, iff_end
     
    774774         ENDIF
    775775      ENDDO
     776!$OMP END MASTER
    776777  ELSE
    777778
     
    861862  IF(.NOT.vars_defined) THEN
    862863      !Si phase de définition.... on définit
     864!$OMP MASTER
    863865      DO iff=1, nfiles
    864866        IF (clef_files(iff)) THEN
     
    866868        ENDIF
    867869      ENDDO
     870!$OMP END MASTER
    868871  ELSE
    869872    !Et sinon on.... écrit
Note: See TracChangeset for help on using the changeset viewer.