![]() |
(git:07c9450)
|
Sets up and terminates the global environment variables. More...
Functions/Subroutines | |
| subroutine, public | cp2k_init (para_env, output_unit, globenv, input_file_name, wdir) |
| Initializes a CP2K run (setting of the global environment variables) | |
| subroutine, public | cp2k_read (root_section, para_env, globenv) |
| read part of cp2k_init | |
| subroutine, public | cp2k_setup (root_section, para_env, globenv) |
| globenv initializations that need the input and error | |
| subroutine, public | cp2k_get_walltime (section, keyword_name, walltime) |
| reads the Walltime also in format HH:MM:SS | |
| subroutine, public | cp2k_finalize (root_section, para_env, globenv, wdir, q_finalize) |
| Writes final timings and banner for CP2K. | |
Sets up and terminates the global environment variables.
| subroutine, public environment::cp2k_init | ( | type(mp_para_env_type), pointer | para_env, |
| integer | output_unit, | ||
| type(global_environment_type), pointer | globenv, | ||
| character(len=*) | input_file_name, | ||
| character(len=*), optional | wdir | ||
| ) |
Initializes a CP2K run (setting of the global environment variables)
| para_env | ... |
| output_unit | ... |
| globenv | ... |
| input_file_name | ... |
| wdir | ... |
Definition at line 151 of file environment.F.
| subroutine, public environment::cp2k_read | ( | type(section_vals_type), pointer | root_section, |
| type(mp_para_env_type), pointer | para_env, | ||
| type(global_environment_type), pointer | globenv | ||
| ) |
read part of cp2k_init
| root_section | ... |
| para_env | ... |
| globenv | the globenv |
Definition at line 351 of file environment.F.
| subroutine, public environment::cp2k_setup | ( | type(section_vals_type), pointer | root_section, |
| type(mp_para_env_type), pointer | para_env, | ||
| type(global_environment_type), pointer | globenv | ||
| ) |
globenv initializations that need the input and error
| root_section | ... |
| para_env | ... |
| globenv | the global environment to initialize |
Definition at line 420 of file environment.F.
| subroutine, public environment::cp2k_get_walltime | ( | type(section_vals_type), pointer | section, |
| character(len=*), intent(in) | keyword_name, | ||
| real(kind=dp), intent(out) | walltime | ||
| ) |
reads the Walltime also in format HH:MM:SS
| section | ... |
| keyword_name | ... |
| walltime | ... |
Definition at line 1202 of file environment.F.
| subroutine, public environment::cp2k_finalize | ( | type(section_vals_type), pointer | root_section, |
| type(mp_para_env_type), pointer | para_env, | ||
| type(global_environment_type), pointer | globenv, | ||
| character(len=*), optional | wdir, | ||
| logical, intent(in), optional | q_finalize | ||
| ) |
Writes final timings and banner for CP2K.
| root_section | ... |
| para_env | ... |
| globenv | ... |
| wdir | ... |
| q_finalize | ... |
Definition at line 1244 of file environment.F.