Changeset 1885 for LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
- Timestamp:
- Oct 4, 2013, 3:35:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
r1852 r1885 1344 1344 c$OMP BARRIER 1345 1345 RETURN 1346 ENDIF 1346 ENDIF ! of IF (itau==itaumax) 1347 1347 1348 1348 IF ( .NOT.purmats ) THEN … … 1396 1396 #ifdef CPP_IOIPSL 1397 1397 IF (ok_dynzon) THEN 1398 call Register_Hallo(vcov,ip1jm,llm,1,0,0,1,TestRequest)1399 call SendRequest(TestRequest)1400 c$OMP BARRIER1401 call WaitRequest(TestRequest)1402 c$OMP BARRIER1403 c$OMP MASTER1404 ! CALL writedynav_p(histaveid, itau,vcov ,1405 ! , ucov,teta,pk,phi,q,masse,ps,phis)1406 1407 c ATTENTION!!! bilan_dyn_p ne marche probablement pas avec OpenMP1408 1398 CALL bilan_dyn_p(2,dtvr*iperiod,dtvr*day_step*periodav, 1409 1399 , ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q) 1410 c$OMP END MASTER1411 1400 ENDIF !ok_dynzon 1412 1401 #endif … … 1602 1591 #ifdef CPP_IOIPSL 1603 1592 IF (ok_dynzon) THEN 1604 c$OMP BARRIER1605 call Register_Hallo(vcov,ip1jm,llm,1,0,0,1,TestRequest)1606 call SendRequest(TestRequest)1607 c$OMP BARRIER1608 call WaitRequest(TestRequest)1609 c$OMP BARRIER1610 c$OMP MASTER1611 ! CALL writedynav_p(histaveid, itau,vcov ,1612 ! , ucov,teta,pk,phi,q,masse,ps,phis)1613 1593 CALL bilan_dyn_p(2,dtvr*iperiod,dtvr*day_step*periodav, 1614 1594 , ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q) 1615 c$OMP END MASTER1616 1595 END IF !ok_dynzon 1617 1596 #endif
Note: See TracChangeset
for help on using the changeset viewer.