Ignore:
Timestamp:
Jul 10, 2025, 10:34:41 AM (2 weeks ago)
Author:
rkazeroni
Message:

For GPU porting:

  • update wrapper for source-to-source tools with default being no tools used
  • update usage of wrapper routines


File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r5763 r5764  
    387387       USE phys_output_write_spl_mod, ONLY: phys_output_write_spl
    388388       USE phytracr_spl_mod, ONLY: phytracr_spl_out_init, phytracr_spl
    389        USE s2s, ONLY : s2s_initialize
     389       USE s2s, ONLY : s2s_initialize, s2s_finalize
    390390    IMPLICIT NONE
    391391    !>======================================================================
     
    58625862
    58635863    IF (lafin) THEN
     5864       CALL s2s_finalize     ! finalization of source to source tools
    58645865       itau_phy = itau_phy + itap
    58655866       CALL phyredem ("restartphy.nc")
Note: See TracChangeset for help on using the changeset viewer.