Ignore:
Timestamp:
Jun 26, 2009, 11:16:09 AM (15 years ago)
Author:
yann meurdesoif
Message:

Correction : getparam n'etait pas initialise, chaque processeur ecrivait dans le meme fichier 99.fort, le code plantait sur mercure en fin de run lors du close(99) dans leapfrog_p.F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/leapfrog_p.F

    r1190 r1195  
    1919       USE infotrac
    2020       USE guide_p_mod, ONLY : guide_main
     21       USE getparam
    2122
    2223      IMPLICIT NONE
     
    12591260      print *, 'Temps CPU ecoule sur la parallelisation :',DiffCpuTime()
    12601261      CALL print_filtre_timer
     1262      call fin_getparam
    12611263        call finalize_parallel
    12621264c$OMP END MASTER
     
    12841286
    12851287c$OMP MASTER
     1288              call fin_getparam
    12861289              call finalize_parallel
    12871290c$OMP END MASTER
     
    13961399              endif ! of if (planet_type.eq."earth")
    13971400
    1398               CLOSE(99)
     1401!              CLOSE(99)
    13991402c$OMP END MASTER
    14001403            ENDIF ! of IF (itau.EQ.itaufin)
     
    14521455               IF( itau. EQ. itaufinp1 ) then 
    14531456c$OMP MASTER
     1457                 call fin_getparam
    14541458                 call finalize_parallel
    14551459c$OMP END MASTER
     
    15631567      END IF ! of IF(.not.purmats)
    15641568c$OMP MASTER
     1569      call fin_getparam
    15651570      call finalize_parallel
    15661571c$OMP END MASTER
Note: See TracChangeset for help on using the changeset viewer.