Submit a new experiment to a SLURM cluster. Use when user wants to launch a training job.
Submit a new ML experiment to a SLURM cluster.
The user should specify:
Parse the user's request to identify:
Confirm with the user before submitting:
Submit the job using the submit_job MCP tool
using MCP tool with:
record_experimentReport back with:
User: "submit resnet training on lab-gpu with 4 GPUs for 48 hours" → Parse: cluster=lab-gpu, gpus=4, time=48:00:00 → Confirm: "Will submit to lab-gpu: sbatch --gres=gpu:4 --time=48:00:00 ..." → Submit and record