split_tasks: Splits the job into parallel tasks.

View source: R/do_azureml_parallel.R

split_tasksR Documentation

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.


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.