Ignore:
Timestamp:
Sep 17, 2025, 12:04:37 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of ajsec and ajsec_convv2 routines:

Put routine into module (speeds up source-to-source transformation)
Add "horizontal" comment to specify possible names of horizontal variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/ajsec.f90

    r5285 r5817  
    11
    22! $Header$
     3!$gpum horizontal klon
     4MODULE ajsec_mod
     5  PRIVATE
     6
     7  PUBLIC ajsec, ajsec_convv2, ajsec_old
     8
     9  CONTAINS
    310
    411SUBROUTINE ajsec(paprs, pplay, t, q, limbas, d_t, d_q)
     
    399406  RETURN
    400407END SUBROUTINE ajsec_old
     408
     409END MODULE ajsec_mod
Note: See TracChangeset for help on using the changeset viewer.