===================== OccamConnector ===================== The `Occam `_ SuperComputer is a High-Performance Computing (HPC) facility designed and managed in collaboration between the `University of Torino `_ (UniTO) and the `National Institute for Nuclear Physics `_ (INFN). It is different from standard HPC facilities for two main reasons. First, users can reserve computing nodes for specific time slots instead of relying on a batched interaction orchestrated by a queue manager. Second, the execution model is entirely based on unprivileged `Docker `_ containers. This connector allows StreamFlow to offload computation to multi-container environments deployed on the Occam facility. The deployment unit is a multi-container environment deployed on one or more computing nodes. Multi-container environments are described in a YAML file with a syntax similar to the ``service`` section of `Docker Compose `_. Users can pass this file to the connector through the ``file`` parameter. The unit of binding is the single top-level entry in the file, while the scheduling unit is the single container instance. .. jsonschema:: ../../../streamflow/config/schemas/v1.0/occam.json :lift_description: true