How to see output of allocations
How does it work? I have
```
$ hq alloc list
+----+--------+--------------+-----------------------+------------------+-----------+---------+------------------------------+----------+-------------------------------------------------------------------+
| ID | State | Backlog size | Max workers per alloc | Max worker count | Timelimit | Manager | Worker resources | Name | Args |
+----+--------+--------------+-----------------------+------------------+-----------+---------+------------------------------+----------+-------------------------------------------------------------------+
| 1 | ACTIVE | 500 | 1 | 500 | 4days | PBS | cpus 7x0 1x1; mem 503.77 GiB | somename | -q,default,-l,select=1:ncpus=8:mem=32G:scratch_local=20G:spec=5.0 |
+----+--------+--------------+-----------------------+------------------+-----------+---------+------------------------------+----------+-------------------------------------------------------------------+
```
But the ID 1 does not work:
```
$ hq alloc log 1 stdout
Error: Allocation 1 not found
$ hq alloc log 1 stderr
Error: Allocation 1 not found
```
_Originally posted by @lahwaacz in https://github.com/It4innovations/hyperqueue/pull/979#issuecomment-3218198789_
4 条评论