meta_implementation_mod Submodule

Implements functions specifying the version of ISOFT, time of compilation, etc. This is done in a submodule because it should be recompiled with every build (so that compilation time is accurate) but without a submodule that would require every module using it to be recompiled as well.


Uses

  • module~~meta_implementation_mod~~UsesGraph module~meta_implementation_mod meta_implementation_mod module~meta_mod meta_mod module~meta_implementation_mod->module~meta_mod iso_fortran_env iso_fortran_env module~meta_mod->iso_fortran_env

Contents


Variables

TypeVisibility AttributesNameInitial
character(len=20), private, parameter:: compile_time_val ="Dec 11 2018"//' '//"16:39:58"
character(len=5), private, parameter:: version_num ='1.0.0'

Module Functions

module function version()

Arguments

None

Return Value real

module function compile_time()

Arguments

None

Return Value real

module function compile_info()

Arguments

None

Return Value real