Skip to main content
Last updated: September 14, 2026tiCrypt

Slurm Administration

tiCrypt uses a dual-Slurm architecture. Global Slurm runs at the platform level and schedules VM provisioning across physical hosts. It never sees job content, job scripts, or data. Local Slurm runs inside each encrypted enclave, and is the instance researchers interact with when they run sbatch, srun, or squeue. From the researcher's perspective, the commands and output are identical to a traditional cluster.

A job is submitted on the local side and starts running on the global side. A researcher's sbatch reaches Local Slurm, which intercepts it and forwards a resource request onward; Global Slurm then starts the job and provisions worker VMs, and those VMs join the Local Slurm cluster where the job's code actually runs. Job failures propagate up to Global Slurm.

Every view in this section reads Global Slurm. The jobs, nodes, and accounts shown in the Management console are the platform-level scheduling and accounting records: which VMs were provisioned, for whom, and what they consumed. The Local Slurm instance inside a project's enclave is not visible here, which is why an administrator can account for cluster usage without being able to see what any job actually ran.

This section covers the administrative side: configuring the Slurm cluster, managing nodes and worker VMs, monitoring jobs, and managing user and VM accounts.

info

For background on how this architecture works and why tiCrypt splits Slurm into two layers, see Shared Computing to tiCrypt. For the security design, see Secure HPC with Slurm.

PageWhat it covers
Slurm ConfigurationCluster setup, partitions, and node configuration
NodesViewing and managing Slurm compute nodes
Worker VMsEphemeral VMs created by Global Slurm for batch jobs
Active JobsMonitoring currently running and queued jobs
Past JobsHistorical job records and resource consumption
User AccountsSlurm user account management
VM AccountsVM-level Slurm account configuration
Slurm DiagnosticsCluster health and diagnostic information