Quick Start
This guide gets you running with gflow in a few minutes.
0) (Optional) Initialize Configuration
Create a config file with sensible defaults:
shell
gflowd init1) Start the Scheduler
Start the daemon (runs inside a tmux session):
shell
gflowd upIf this fails, make sure tmux is installed (see Installation).
Check status:
shell
gflowd statusVerify the client can reach it:
shell
ginfo2) Submit a Job
shell
gbatch echo 'Hello from gflow!'3) Check Queue and Logs
shell
gqueueThen view output:
shell
gjob log <job_id>4) Stop the Scheduler
shell
gflowd downNext Steps
Now that you're familiar with the basics, explore:
- Job Submission - Detailed job options
- Time Limits - Managing job timeouts
- Job Dependencies - Complex workflows
- GPU Management - GPU allocation
- Configuration - Defaults and system behavior
- Quick Reference - Command cheat sheet
Previous: Installation | Next: Job Submission