(git:6a2e663)
cp_result_methods Module Reference

set of type/routines to handle the storage of results in force_envs More...

Functions/Subroutines

logical function, public test_for_result (results, description)
 test for a certain result in the result_list More...
 
subroutine, public cp_results_erase (results, description, nval)
 erase a part of result_list More...
 
subroutine, public cp_results_mp_bcast (results, source, para_env)
 broadcast results type More...
 

Detailed Description

set of type/routines to handle the storage of results in force_envs

Author
fschiff (12.2007)
History
  • 10.2008 Teodoro Laino [tlaino] - University of Zurich major rewriting:
    • information stored in a proper type (not in a character!)
    • module more lean

Function/Subroutine Documentation

◆ test_for_result()

logical function, public cp_result_methods::test_for_result ( type(cp_result_type), pointer  results,
character(len=default_string_length), intent(in)  description 
)

test for a certain result in the result_list

Parameters
results...
description...
Returns
...
History
10.2013
Author
Mandes

Definition at line 126 of file cp_result_methods.F.

Here is the caller graph for this function:

◆ cp_results_erase()

subroutine, public cp_result_methods::cp_results_erase ( type(cp_result_type), pointer  results,
character(len=default_string_length), intent(in), optional  description,
integer, intent(in), optional  nval 
)

erase a part of result_list

Parameters
results...
description...
nval: if more than one entry for a given description is given you may choose which entry you want to delete
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 361 of file cp_result_methods.F.

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

◆ cp_results_mp_bcast()

subroutine, public cp_result_methods::cp_results_mp_bcast ( type(cp_result_type), pointer  results,
integer, intent(in)  source,
type(mp_para_env_type), pointer  para_env 
)

broadcast results type

Parameters
results...
source...
para_env...
Author
10.2008 Teodoro Laino [tlaino] - University of Zurich

Definition at line 433 of file cp_result_methods.F.

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