![]() |
(git:d18deda)
|
set of type/routines to handle the storage of results in force_envs More...
Data Types | |
interface | get_results |
interface | put_results |
Functions/Subroutines | |
logical function, public | test_for_result (results, description) |
test for a certain result in the result_list | |
subroutine, public | cp_results_erase (results, description, nval) |
erase a part of result_list | |
subroutine, public | cp_results_mp_bcast (results, source, para_env) |
broadcast results type | |
set of type/routines to handle the storage of results in force_envs
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
results | ... |
description | ... |
Definition at line 126 of file cp_result_methods.F.
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
results | ... |
description | ... |
nval | : if more than one entry for a given description is given you may choose which entry you want to delete |
Definition at line 361 of file cp_result_methods.F.
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
results | ... |
source | ... |
para_env | ... |
Definition at line 433 of file cp_result_methods.F.