Changes between Initial Version and Version 1 of Ticket #866


Ignore:
Timestamp:
08/14/20 01:31:21 (4 years ago)
Author:
arango
Comment:

Yes, indeed. Thank you. For some reason, the makefile didn't update in the git repository when the svn repositories were modified. Apparently, there is a bug in the automatic script that updates the git repository from the svn trunk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #866

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary Missing Drivers module in MakefileMissing Drivers srirectory makefile macros
  • Ticket #866 – Description

    initial v1  
    1 makefile need be modified in order to compile Drivers modules:
     1The '''makefile''' in the '''git''' repository needs be modified in order to compile Drivers sub-directotory library:
    22
     3{{{
    34 modules  +=    ROMS/Nonlinear \
    45                ROMS/Nonlinear/Biology \
    56                ROMS/Nonlinear/Sediment \
    67                ROMS/Functionals \
    7                 ROMS/Drivers \  +++++
     8                ROMS/Drivers \
    89                ROMS/Utility \
    910                ROMS/Modules
     11}}}
     12
     13The '''WC13''' I4d-Var gives the following error during compilation:
     14{{{
     15libDRIVER.a(i4dvar.o): In function `i4dvar_mod_mp_background_':
     16i4dvar.f90:(.text+0x60f): undefined reference to `initial_'
     17i4dvar.f90:(.text+0x90d): undefined reference to `main3d_'
     18
     19libDRIVER.a(i4dvar.o): In function `i4dvar_mod_mp_increment_':
     20i4dvar.f90:(.text+0x1977): undefined reference to `tl_main3d_'
     21i4dvar.f90:(.text+0x19c3): undefined reference to `ad_initial_'
     22i4dvar.f90:(.text+0x1a4b): undefined reference to `tl_initial_'
     23i4dvar.f90:(.text+0x1c99): undefined reference to `ad_main3d_'
     24i4dvar.f90:(.text+0x1d9d): undefined reference to `ad_variability_mod_mp_ad_variability_'
     25i4dvar.f90:(.text+0x1dba): undefined reference to `ad_convolution_mod_mp_ad_convolution_'
     26i4dvar.f90:(.text+0x24ee): undefined reference to `tl_convolution_mod_mp_tl_convolution_'
     27i4dvar.f90:(.text+0x2507): undefined reference to `tl_variability_mod_mp_tl_variability_'
     28i4dvar.f90:(.text+0x2660): undefined reference to `tl_wrt_ini_'
     29i4dvar.f90:(.text+0x275a): undefined reference to `ad_wrt_his_'
     30i4dvar.f90:(.text+0x3140): undefined reference to `tl_wrt_ini_'
     31i4dvar.f90:(.text+0x3f0a): undefined reference to `tl_wrt_ini_'
     32i4dvar.f90:(.text+0x3f46): undefined reference to `tl_wrt_ini_'
     33i4dvar.f90:(.text+0x3f82): undefined reference to `tl_wrt_ini_'
     34}}}