Changeset 1993


Ignore:
Timestamp:
Mar 5, 2014, 3:38:40 PM (10 years ago)
Author:
Ehouarn Millour
Message:

OpenMP instruction syntax must be free form if source file is free form Fortran.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/iniphysiq.F90

    r1992 r1993  
    7171  END IF
    7272
    73   !$OMP PARALLEL PRIVATE(ibegin,iend)
    74   !$OMP+         SHARED(parea,pcu,pcv,plon,plat)
     73  !$OMP PARALLEL PRIVATE(ibegin,iend) &
     74  !$OMP          SHARED(parea,pcu,pcv,plon,plat)
    7575
    7676  offset = klon_mpi_begin - 1
Note: See TracChangeset for help on using the changeset viewer.