tem_require_track_rq Subroutine

public subroutine tem_require_track_rq(L)

Load the track_rq script into the Lua state.

After calling this routine, all following requires in Lua will record the opened files in the track_rq table.

Arguments

Type IntentOptional Attributes Name
type(flu_State) :: L

Calls

proc~~tem_require_track_rq~~CallsGraph proc~tem_require_track_rq tem_require_track_rq open_config_chunk open_config_chunk proc~tem_require_track_rq->open_config_chunk

Called by

proc~~tem_require_track_rq~~CalledByGraph proc~tem_require_track_rq tem_require_track_rq proc~tem_open_distconf tem_open_distconf proc~tem_open_distconf->proc~tem_require_track_rq proc~tem_open_distconf_array tem_open_distconf_array proc~tem_open_distconf_array->proc~tem_require_track_rq proc~tem_restart_readheader tem_restart_readHeader proc~tem_restart_readheader->proc~tem_open_distconf proc~tem_load_restart tem_load_restart proc~tem_load_restart->proc~tem_restart_readheader

Source Code

  subroutine tem_require_track_rq(L)
    ! ---------------------------------------------------------------------------
    !>
    type(flu_State) :: L
    ! ---------------------------------------------------------------------------

    call open_config_chunk(L, trim(track_rq_Lua))

  end subroutine tem_require_track_rq