aboutsummaryrefslogtreecommitdiff
path: root/src/oar.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve error message when job has 0 machinesdiogo4642025-10-301-0/+7
| | | | | | | | when a job is not yet in running state the program runs but the function that lists the job's machines returns zero machines which can cause a panic from division by 0 which is not a very helpful message. this commit improves the error/warn messages when no machines are listed for a job.
* only consider running oar jobs when listing themdiogo4642025-08-171-1/+10
|
* feat: added oar job id inferencediogo4642025-07-221-2/+266
|
* cargo clippy --fixdiogo4642025-07-101-3/+3
|
* clean enough for nowdiogo4642025-07-101-0/+164