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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Optimisation_LMDZ/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90

    r3579 r3703  
    109109 
    110110!!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/)
    111 !$OMP PARALLEL DEFAULT(SHARED) &
    112111!       Copy all threadprivate variables in temps_mod
    113 !$OMP COPYIN(annee_ref, day_ini, day_ref, start_time)
     112!$OMP PARALLEL DEFAULT(SHARED) COPYIN(annee_ref,day_ini,day_ref,start_time)
    114113
    115114  ! Initialize physical constants in physics:
Note: See TracChangeset for help on using the changeset viewer.