Ignore:
Timestamp:
Jun 11, 2020, 11:01:18 AM (4 years ago)
Author:
adurocher
Message:

Fixed compilation errors

  • Fixed some OpenMP syntax errors for scorep
  • Fix issues with ifort -check all -warn all -O0
Location:
LMDZ6/branches/Optimisation_LMDZ/libf/dyn3dmem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Optimisation_LMDZ/libf/dyn3dmem/gcm.F90

    r3579 r3703  
    454454
    455455  !!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/,/logici/,/logicl/)
     456  !     Copy all threadprivate variables in temps_mod logic_mod
    456457  !$OMP PARALLEL DEFAULT(SHARED) &
    457   !     Copy all threadprivate variables in temps_mod
    458458  !$OMP COPYIN(dt,jD_ref,jH_ref,start_time,hour_ini,day_ini,day_end) &
    459459  !$OMP COPYIN(annee_ref,day_ref,itau_dyn,itau_phy,itaufin,calend) &
    460   !     Copy all threadprivate variables from logic_mod
    461460  !$OMP COPYIN(purmats,forward,leapf,apphys,statcl,conser,apdiss,apdelq) &
    462461  !$OMP COPYIN(saison,ecripar,fxyhypb,ysinus,read_start,ok_guide) &
  • LMDZ6/branches/Optimisation_LMDZ/libf/dyn3dmem/vlsplt_loc.F

    r3435 r3703  
    10561056         ENDDO
    10571057       ENDDO
    1058 c$OMP END DO NO WAIT
     1058c$OMP END DO NOWAIT
    10591059
    10601060c Reindicage vertical en accumulant les flux sur
     
    10901090         ENDDO
    10911091      ENDDO
    1092 c$OMP END DO NO WAIT
     1092c$OMP END DO NOWAIT
    10931093
    10941094      ENDDO ! WHILE (countcfl>=1)
Note: See TracChangeset for help on using the changeset viewer.