dm_job_list_init Function

public function dm_job_list_init(job_list, n) result(rc)

Initialises job list. The function returns E_ALLOC on error.

Arguments

Type IntentOptional Attributes Name
type(job_list_type), intent(out) :: job_list

Job list type.

integer, intent(in) :: n

Maximum number of jobs to hold.

Return Value integer