DAIC Experimental
— Documentation for the experimental environment.
(Go to stable docs)
Scheduler
Slurm workload manager on DAIC.
less than a minute
| Component | Value |
|---|---|
| Scheduler | Slurm 25.05 |
| Default partition | all |
| QoS | normal |
Job submission
Jobs are submitted using sbatch for batch jobs or salloc for interactive sessions.
sbatch job.sh # Submit batch job
salloc --partition=all # Start interactive session
Required options
All jobs require an account:
#SBATCH --account=<your-account>
Find your account with:
sacctmgr show user $USER withassoc format=account%20