![]() |
(git:ed6f26b)
|
#include "./base/base_uses.f90"
Go to the source code of this file.
Data Types | |
type | task_list_types::task_type |
type | task_list_types::atom_pair_type |
type | task_list_types::task_list_type |
Modules | |
module | task_list_types |
types for task lists | |
Functions/Subroutines | |
subroutine, public | task_list_types::allocate_task_list (task_list) |
allocates and initialised the components of the task_list_type | |
subroutine, public | task_list_types::reallocate_tasks (tasks, new_size) |
Grow an array of tasks while preserving the existing entries. | |
subroutine, public | task_list_types::deallocate_task_list (task_list) |
deallocates the components and the object itself | |
subroutine, public | task_list_types::serialize_task (task, serialized_task) |
Serialize a task into an integer array. Used for MPI communication. | |
subroutine, public | task_list_types::deserialize_task (task, serialized_task) |
De-serialize a task from an integer array. Used for MPI communication. | |
Variables | |
integer, parameter, public | task_list_types::task_size_in_int8 = 17 |