{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Using HPC Platforms\n", "\n", "RADICAL-Pilot (RP) has two main components: **Client** and **Agent**, where the Client component is responsible for initiating and handling process managers (`rp.Session`, `rp.PilotManager`, `rp.TaskManager`), pilot and task descriptions (`rp.PilotDescription`, `rp.TaskDescription`), while the Agent component is responsible for the execution process of tasks within the pilot after allocating requested resources. Client and Agent can run either on the same machine or on different ones.\n", "\n", "