(git:e7e05ae)
task_list_types.F File Reference

Go to the source code of this file.

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 More...
 
subroutine, public task_list_types::reallocate_tasks (tasks, new_size)
 Grow an array of tasks while preserving the existing entries. More...
 
subroutine, public task_list_types::deallocate_task_list (task_list)
 deallocates the components and the object itself More...
 
subroutine, public task_list_types::serialize_task (task, serialized_task)
 Serialize a task into an integer array. Used for MPI communication. More...
 
subroutine, public task_list_types::deserialize_task (task, serialized_task)
 De-serialize a task from an integer array. Used for MPI communication. More...
 

Variables

integer, parameter, public task_list_types::task_size_in_int8 = 17