Sorry for the inconvenience, documentation is still in preparation
Please feel free to send your questions to support.
srun
launches application on compute nodes srun
creates a job allocation (like salloc) and then launches application on compute nodessrun
uses entire job allocation based upon job allocation specification (from salloc or sbatch)srun
can use a subset of the job's resources
Run a parallel job on LIGER managed by Slurm. If necessary, srun
will first create a resource allocation in which to run the parallel job.
srun [OPTIONS...] executable [args...]