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.
◆ build_dir
character(len=256) global_oct_m::conf_t::build_dir = BUILD_DIR |
|
private |
◆ git_commit
character(len=256) global_oct_m::conf_t::git_commit = GIT_COMMIT |
|
private |
hash of latest git commit
Definition at line 156 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 157 of file global.F90.
◆ version
character(len=20) global_oct_m::conf_t::version = PACKAGE_VERSION |
|
private |
◆ cc
character(len=256) global_oct_m::conf_t::cc = CC |
|
private |
◆ cxx
character(len=256) global_oct_m::conf_t::cxx = CXX |
|
private |
◆ fc
character(len=256) global_oct_m::conf_t::fc = FC |
|
private |
◆ cflags
character(len=256) global_oct_m::conf_t::cflags = CFLAGS |
|
private |
◆ cxxflags
character(len=256) global_oct_m::conf_t::cxxflags = CXXFLAGS |
|
private |
◆ fcflags
character(len=512) global_oct_m::conf_t::fcflags = FCFLAGS |
|
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: