Build configuration type.
More...
Build configuration type.
Definition at line 151 of file global.F90.
◆ init()
procedure global_oct_m::conf_t::init |
|
private |
◆ 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 |
◆ 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 |
◆ cc
character(len=256) global_oct_m::conf_t::cc = "@CMAKE_C_COMPILER@" |
|
private |
◆ cxx
character(len=256) global_oct_m::conf_t::cxx = "@CMAKE_CXX_COMPILER@" |
|
private |
◆ fc
character(len=256) global_oct_m::conf_t::fc = "@CMAKE_Fortran_COMPILER@" |
|
private |
◆ cflags
character(len=256) global_oct_m::conf_t::cflags = "@CMAKE_C_FLAGS@" |
|
private |
◆ cxxflags
character(len=256) global_oct_m::conf_t::cxxflags = "@CMAKE_CXX_FLAGS@" |
|
private |
◆ fcflags
character(len=256) global_oct_m::conf_t::fcflags = "@CMAKE_Fortran_FLAGS@" |
|
private |
◆ target_states_block_size
integer global_oct_m::conf_t::target_states_block_size = -1 |
|
private |
The documentation for this type was generated from the following file: