{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Using Multiple Pilots\n", "\n", "RADICAL-Pilot supports managing multiple pilots during a single run, while workload (bag of computing tasks) will be distributed among all available pilots. [rp.TaskManager](../apidoc.rst#radical.pilot.TaskManager) dispatches tasks to pilots according to a scheduling algorithm ([rp.SCHEDULER_ROUND_ROBIN](../apidoc.rst#radical.pilot.TaskManager.scheduler), [rp.SCHEDULER_BACKFILLING](../apidoc.rst#radical.pilot.TaskManager.scheduler)), which is provided during its initialization.\n", "\n", "