(git:744416f)
Loading...
Searching...
No Matches
swarm_master Module Reference

Master's routines for the swarm-framework. More...

Data Types

type  swarm_master_type

Functions/Subroutines

subroutine, public swarm_master_init (master, para_env, globenv, root_section, n_workers)
 Initializes the swarm master.
subroutine, public swarm_master_steer (master, report, cmd)
 Central steering routine of the swarm master.
subroutine, public swarm_master_finalize (master)
 Finalizes the swarm master.

Detailed Description

Master's routines for the swarm-framework.

Author
Ole Schuett

Function/Subroutine Documentation

◆ swarm_master_init()

subroutine, public swarm_master::swarm_master_init ( type(swarm_master_type) master,
type(mp_para_env_type), pointer para_env,
type(global_environment_type), pointer globenv,
type(section_vals_type), pointer root_section,
integer, intent(in) n_workers )

Initializes the swarm master.

Parameters
master...
para_env...
globenv...
root_section...
n_workers...
Author
Ole Schuett

Definition at line 85 of file swarm_master.F.

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

◆ swarm_master_steer()

subroutine, public swarm_master::swarm_master_steer ( type(swarm_master_type), intent(inout) master,
type(swarm_message_type), intent(in) report,
type(swarm_message_type), intent(out) cmd )

Central steering routine of the swarm master.

Parameters
master...
report...
cmd...
Author
Ole Schuett

Definition at line 223 of file swarm_master.F.

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

◆ swarm_master_finalize()

subroutine, public swarm_master::swarm_master_finalize ( type(swarm_master_type) master)

Finalizes the swarm master.

Parameters
master...
Author
Ole Schuett

Definition at line 317 of file swarm_master.F.

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