soi_revision_module Module

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!


Used by

  • module~~soi_revision_module~~UsedByGraph module~soi_revision_module soi_revision_module module~tem_aux_module tem_aux_module module~tem_aux_module->module~soi_revision_module module~tem_solvehead_module tem_solveHead_module module~tem_solvehead_module->module~soi_revision_module

Contents


Variables

Type Visibility Attributes Name Initial
character(len=13), public, parameter :: soi_solver_revision = '719f377b75c8'

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.2.0'

The version of the Fortran compiler used in the compilation of this executable.

integer, public, parameter :: soi_FC_nFlagLines = 1

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                ']

The Fortran compiler flags used to compile this executable.

character(len=10), public, parameter :: soi_build_date = '2024-05-01'

The date when this executable was built.