![]() |
(git:f56c6e3)
|
module contains the worker routine handling the communication and the calculation / creation of the configurations More...
Functions/Subroutines | |
| subroutine, public | do_tmc_worker (tmc_env, ana_list) |
| worker get tasks form master and fulfill them | |
| subroutine, public | get_initial_conf (tmc_params, init_conf, env_id) |
| get the initial confuguration (pos,...) | |
| subroutine, public | get_atom_kinds_and_cell (env_id, atoms, cell) |
| get the pointer to the atoms, for easy handling | |
module contains the worker routine handling the communication and the calculation / creation of the configurations
| subroutine, public tmc_worker::do_tmc_worker | ( | type(tmc_env_type), pointer | tmc_env, |
| type(tmc_ana_list_type), dimension(:), optional, pointer | ana_list | ||
| ) |
worker get tasks form master and fulfill them
| tmc_env | structure for storing all the tmc parameters |
| ana_list | ... |
Definition at line 113 of file tmc_worker.F.
| subroutine, public tmc_worker::get_initial_conf | ( | type(tmc_param_type), pointer | tmc_params, |
| type(tree_type), pointer | init_conf, | ||
| integer | env_id | ||
| ) |
get the initial confuguration (pos,...)
| tmc_params | ... |
| init_conf | the structure the data should be stored force_env |
| env_id | ... |
Definition at line 766 of file tmc_worker.F.
| subroutine, public tmc_worker::get_atom_kinds_and_cell | ( | integer | env_id, |
| type(tmc_atom_type), dimension(:), pointer | atoms, | ||
| type(cell_type), pointer | cell | ||
| ) |
get the pointer to the atoms, for easy handling
| env_id | ... |
| atoms | pointer to atomic_kind |
| cell | ... |
Definition at line 814 of file tmc_worker.F.