split_tasks: Splits the job into parallel tasks.
Description
Splits the job into parallel tasks.
Usage
split_tasks(args_list, node_count, process_count_per_node)
Arguments
args_list
The list of arguments which are distributed across all the
processes.
node_count
Number of nodes in the AmlCompute cluster.
process_count_per_node
Number of processes per node.