2025-10-17
New Feature: Submitting Jobs from Compute Nodes
less than a minute
It’s now possible to submit Slurm jobs directly from DAIC compute nodes.
This allows workflow managers such as Snakemake, Nextflow, or other orchestration tools to run smoothly without needing to return to the login node for each submission.
Important
Please submit jobs only through Slurm commands (sbatch
, srun
, salloc
), not via background processes or recursive scripts, to ensure fair scheduling and stable operation.For most users, this means that standard HPC workflows will now function more smoothly on DAIC.