View source: R/do_azureml_parallel.R
Splits the job into parallel tasks.
1 | split_tasks(args_list, node_count, process_count_per_node)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.