![]() |
(git:b77b4be)
|
Worker routines used by global optimization schemes. More...
Data Types | |
type | glbopt_worker_type |
Functions/Subroutines | |
subroutine, public | glbopt_worker_init (worker, input_declaration, para_env, root_section, input_path, worker_id, iw) |
Initializes worker for global optimization. | |
subroutine, public | glbopt_worker_execute (worker, cmd, report) |
Central execute routine of global optimization worker. | |
subroutine, public | glbopt_worker_finalize (worker) |
Finalizes worker for global optimization. | |
Worker routines used by global optimization schemes.
subroutine, public glbopt_worker::glbopt_worker_init | ( | type(glbopt_worker_type), intent(inout) | worker, |
type(section_type), pointer | input_declaration, | ||
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | root_section, | ||
character(len=*), intent(in) | input_path, | ||
integer, intent(in) | worker_id, | ||
integer, intent(in) | iw | ||
) |
Initializes worker for global optimization.
worker | ... |
input_declaration | ... |
para_env | ... |
root_section | ... |
input_path | ... |
worker_id | ... |
iw | ... |
Definition at line 85 of file glbopt_worker.F.
subroutine, public glbopt_worker::glbopt_worker_execute | ( | type(glbopt_worker_type), intent(inout) | worker, |
type(swarm_message_type), intent(in) | cmd, | ||
type(swarm_message_type), intent(inout) | report | ||
) |
Central execute routine of global optimization worker.
worker | ... |
cmd | ... |
report | ... |
Definition at line 141 of file glbopt_worker.F.
subroutine, public glbopt_worker::glbopt_worker_finalize | ( | type(glbopt_worker_type), intent(inout) | worker | ) |
Finalizes worker for global optimization.
worker | ... |
Definition at line 369 of file glbopt_worker.F.