gflow 0.4.14

A lightweight, single-node job scheduler written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod conflict;
pub mod executor;
pub mod gpu;
pub mod gpu_allocation;
pub mod info;
pub mod job;
pub mod macros;
pub mod migrations;
pub mod reservation;
pub mod scheduler;

pub use gpu::{GPUSlot, GpuUuid};