Octopus
global_oct_m::conf_t Type Reference

Build configuration type. More...

Detailed Description

Build configuration type.

Definition at line 151 of file global.F90.

Private Member Functions

procedure init => conf_init
 

Private Attributes

logical devel_version
 If true then allow unstable parts of the code. More...
 
logical report_memory
 
character(len=256) share = "@SHARE_DIR@"
 Name of the share dir. More...
 
character(len=256) git_commit = "@GIT_HASH@"
 hash of latest git commit More...
 
character(len=50) config_time = "@BUILD_TIME@"
 time octopus was configured More...
 
character(len=20) version = "@CMAKE_PROJECT_VERSION@"
 version number More...
 
character(len=256) cc = "@CMAKE_C_COMPILER@"
 C compiler. More...
 
character(len=256) cxx = "@CMAKE_CXX_COMPILER@"
 C++ compiler. More...
 
character(len=256) fc = "@CMAKE_Fortran_COMPILER@"
 Fortran compiler. More...
 
character(len=256) cflags = "@CMAKE_C_FLAGS@"
 
character(len=256) cxxflags = "@CMAKE_CXX_FLAGS@"
 
character(len=256) fcflags = "@CMAKE_Fortran_FLAGS@"
 
integer target_states_block_size = -1
 

Member Function/Subroutine Documentation

◆ init()

procedure global_oct_m::conf_t::init
private

Definition at line 173 of file global.F90.

Member Data Documentation

◆ devel_version

logical global_oct_m::conf_t::devel_version
private

If true then allow unstable parts of the code.

Definition at line 152 of file global.F90.

◆ report_memory

logical global_oct_m::conf_t::report_memory
private

Definition at line 153 of file global.F90.

◆ share

character(len=256) global_oct_m::conf_t::share = "@SHARE_DIR@"
private

Name of the share dir.

Definition at line 154 of file global.F90.

◆ git_commit

character(len=256) global_oct_m::conf_t::git_commit = "@GIT_HASH@"
private

hash of latest git commit

Definition at line 155 of file global.F90.

◆ config_time

character(len=50) global_oct_m::conf_t::config_time = "@BUILD_TIME@"
private

time octopus was configured

Definition at line 156 of file global.F90.

◆ version

character(len=20) global_oct_m::conf_t::version = "@CMAKE_PROJECT_VERSION@"
private

version number

Definition at line 157 of file global.F90.

◆ cc

character(len=256) global_oct_m::conf_t::cc = "@CMAKE_C_COMPILER@"
private

C compiler.

Definition at line 158 of file global.F90.

◆ cxx

character(len=256) global_oct_m::conf_t::cxx = "@CMAKE_CXX_COMPILER@"
private

C++ compiler.

Definition at line 159 of file global.F90.

◆ fc

character(len=256) global_oct_m::conf_t::fc = "@CMAKE_Fortran_COMPILER@"
private

Fortran compiler.

Definition at line 160 of file global.F90.

◆ cflags

character(len=256) global_oct_m::conf_t::cflags = "@CMAKE_C_FLAGS@"
private

Definition at line 162 of file global.F90.

◆ cxxflags

character(len=256) global_oct_m::conf_t::cxxflags = "@CMAKE_CXX_FLAGS@"
private

Definition at line 165 of file global.F90.

◆ fcflags

character(len=256) global_oct_m::conf_t::fcflags = "@CMAKE_Fortran_FLAGS@"
private

Definition at line 168 of file global.F90.

◆ target_states_block_size

integer global_oct_m::conf_t::target_states_block_size = -1
private

Definition at line 171 of file global.F90.


The documentation for this type was generated from the following file: