![]() |
(git:936074a)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Data Types | |
| type | global_types::global_environment_type |
| contains the initially parsed file and the initial parallel environment More... | |
Modules | |
| module | global_types |
| Define type storing the global information of a run. Keep the amount of stored data small. Use it sparingly and try not to send it too deep in your structures. | |
Functions/Subroutines | |
| subroutine, public | global_types::globenv_create (globenv) |
| Creates the global environment globenv. | |
| subroutine, public | global_types::globenv_retain (globenv) |
| Retains the global environment globenv. | |
| subroutine, public | global_types::globenv_release (globenv) |
| Releases the global environment globenv. | |