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.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=20), | private, | parameter | :: | compile_time_val | = | "Dec 11 2018"//' '//"16:39:58" | |
character(len=5), | private, | parameter | :: | version_num | = | '1.0.0' |