(git:6a2e663)
glbopt_master Module Reference

Master's routines for global optimization. More...

Functions/Subroutines

subroutine, public glbopt_master_init (this, para_env, root_section, n_walkers, iw)
 Initializes the master of the global optimizer. More...
 
subroutine, public glbopt_master_steer (this, report, cmd, should_stop)
 Central steering routine of global optimizer. More...
 
subroutine, public glbopt_master_finalize (this)
 Finalized the master of the global optimizer. More...
 

Detailed Description

Master's routines for global optimization.

Author
Ole Schuett

Function/Subroutine Documentation

◆ glbopt_master_init()

subroutine, public glbopt_master::glbopt_master_init ( type(glbopt_master_type), intent(inout)  this,
type(mp_para_env_type), pointer  para_env,
type(section_vals_type), pointer  root_section,
integer, intent(in)  n_walkers,
integer, intent(in)  iw 
)

Initializes the master of the global optimizer.

Parameters
this...
para_env...
root_section...
n_walkers...
iw...
Author
Ole Schuett

Definition at line 96 of file glbopt_master.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glbopt_master_steer()

subroutine, public glbopt_master::glbopt_master_steer ( type(glbopt_master_type), intent(inout)  this,
type(swarm_message_type)  report,
type(swarm_message_type)  cmd,
logical, intent(inout)  should_stop 
)

Central steering routine of global optimizer.

Parameters
this...
report...
cmd...
should_stop...
Author
Ole Schuett

Definition at line 193 of file glbopt_master.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glbopt_master_finalize()

subroutine, public glbopt_master::glbopt_master_finalize ( type(glbopt_master_type), intent(inout)  this)

Finalized the master of the global optimizer.

Parameters
this...
Author
Ole

Definition at line 308 of file glbopt_master.F.

Here is the call graph for this function:
Here is the caller graph for this function: