![]() |
(git:d18deda)
|
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. More...
Data Types | |
type | global_environment_type |
contains the initially parsed file and the initial parallel environment More... | |
Functions/Subroutines | |
subroutine, public | globenv_create (globenv) |
Creates the global environment globenv. | |
subroutine, public | globenv_retain (globenv) |
Retains the global environment globenv. | |
subroutine, public | globenv_release (globenv) |
Releases the global environment globenv. | |
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.
subroutine, public global_types::globenv_create | ( | type(global_environment_type), pointer | globenv | ) |
Creates the global environment globenv.
globenv | the globenv to create |
Definition at line 102 of file global_types.F.
subroutine, public global_types::globenv_retain | ( | type(global_environment_type), pointer | globenv | ) |
Retains the global environment globenv.
globenv | the global environment to retain |
Definition at line 118 of file global_types.F.
subroutine, public global_types::globenv_release | ( | type(global_environment_type), pointer | globenv | ) |
Releases the global environment globenv.
globenv | the global environment to release |
Definition at line 132 of file global_types.F.