SOIL module for holding the revision and compilation information of the executable.
This information will be written by soi_world_init. This source file is generated during compilation!
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=13), | public, | parameter | :: | soi_solver_revision | = | 'f49cf9b176ae' |
The HG revision of the application used for this executable. |
character(len=32), | public, | parameter | :: | soi_FC_name | = | 'GFORTRAN' |
Name of the compiler. |
character(len=32), | public, | parameter | :: | soi_FC_command | = | 'mpif90' |
The compilation command that was used to build this executable. |
character(len=32), | public, | parameter | :: | soi_FC_version | = | '11.4.0' |
The version of the Fortran compiler used in the compilation of this executable. |
integer, | public, | parameter | :: | soi_FC_nFlagLines | = | 2 |
Number of lines needed to represent the compiler flags |
character(len=72), | public, | parameter | :: | soi_FC_flags(soi_FC_nFlagLines) | = | ['-O3 -march=native -Wall -Wno-maybe-uninitialized -Werror -std=f2008 -ped', 'antic-errors -O3 -march=native -Wall -Wno-maybe-uninitialized -Werror '] |
The Fortran compiler flags used to compile this executable. |
character(len=10), | public, | parameter | :: | soi_build_date | = | '2024-11-12' |
The date when this executable was built. |