Interactive session =================== You can ask a "session-as-a-job" (interactive slurm session) with: .. code-block:: bash srun -p E5 --pty bash This will connect you to the first available node on E5 partition and execute a shell through the scheduler, for 10 minutes walltime (default). Most of ``sbatch`` options are available with ``srun``. See `slurm documentation `_.