Changeset 1195 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/leapfrog_p.F
- Timestamp:
- Jun 26, 2009, 11:16:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/leapfrog_p.F
r1190 r1195 19 19 USE infotrac 20 20 USE guide_p_mod, ONLY : guide_main 21 USE getparam 21 22 22 23 IMPLICIT NONE … … 1259 1260 print *, 'Temps CPU ecoule sur la parallelisation :',DiffCpuTime() 1260 1261 CALL print_filtre_timer 1262 call fin_getparam 1261 1263 call finalize_parallel 1262 1264 c$OMP END MASTER … … 1284 1286 1285 1287 c$OMP MASTER 1288 call fin_getparam 1286 1289 call finalize_parallel 1287 1290 c$OMP END MASTER … … 1396 1399 endif ! of if (planet_type.eq."earth") 1397 1400 1398 CLOSE(99)1401 ! CLOSE(99) 1399 1402 c$OMP END MASTER 1400 1403 ENDIF ! of IF (itau.EQ.itaufin) … … 1452 1455 IF( itau. EQ. itaufinp1 ) then 1453 1456 c$OMP MASTER 1457 call fin_getparam 1454 1458 call finalize_parallel 1455 1459 c$OMP END MASTER … … 1563 1567 END IF ! of IF(.not.purmats) 1564 1568 c$OMP MASTER 1569 call fin_getparam 1565 1570 call finalize_parallel 1566 1571 c$OMP END MASTER
Note: See TracChangeset
for help on using the changeset viewer.