Skip to contents

Checks if SLURM commands (sbatch, squeue, scancel) are available.

Usage

is_slurm_available()

Value

Logical. TRUE if SLURM is available, FALSE otherwise.

Details

This function checks for the presence of sbatch, squeue, and scancel commands.