{ "cells": [ { "cell_type": "markdown", "id": "bd5fefe3", "metadata": {}, "source": [ "## Running Cthulhu on a Cluster" ] }, { "cell_type": "markdown", "id": "018c4e32", "metadata": {}, "source": [ "For real world applications, one typically needs a cross section computed across a grid of temperatures and pressures. Such computations can be much more efficiently handled on a computing cluster, where each (P,T) pair can be assigned to a distributed 'job'.\n", "\n", "This tutorial describes how to run `Cthulhu` on a cluster, focusing on clusters managed by the common Slurm scheduling system.\n", "\n", "