(git:6a2e663)
farming_methods Module Reference

Functions/Subroutines

subroutine, public get_next_job (farming_env, start, END, current, todo)
 ... More...
 
subroutine, public farming_parse_input (farming_env, root_section, para_env)
 ... More...
 

Variables

integer, parameter, public do_nothing = -1
 
integer, parameter, public do_wait = -2
 
integer, parameter, public do_deadlock = -3
 

Function/Subroutine Documentation

◆ get_next_job()

subroutine, public farming_methods::get_next_job ( type(farming_env_type), pointer  farming_env,
integer, intent(in)  start,
integer, intent(in)  END,
integer, intent(inout)  current,
integer, intent(out)  todo 
)

...

Parameters
farming_env...
start...
END...
current...
todo...

Definition at line 49 of file farming_methods.F.

Here is the call graph for this function:

◆ farming_parse_input()

subroutine, public farming_methods::farming_parse_input ( type(farming_env_type), pointer  farming_env,
type(section_vals_type), pointer  root_section,
type(mp_para_env_type), pointer  para_env 
)

...

Parameters
farming_env...
root_section...
para_env...

Definition at line 118 of file farming_methods.F.

Here is the call graph for this function:

Variable Documentation

◆ do_nothing

integer, parameter, public farming_methods::do_nothing = -1

Definition at line 33 of file farming_methods.F.

◆ do_wait

integer, parameter, public farming_methods::do_wait = -2

Definition at line 33 of file farming_methods.F.

◆ do_deadlock

integer, parameter, public farming_methods::do_deadlock = -3

Definition at line 33 of file farming_methods.F.