Jae-Won Chung
Jae-Won Chung
Currently, when `queue.yaml` is empty, the scheduling loop just sleeps for three seconds and re-checks if there's any new commands. This is less responsive and it's basically polling. Crates like...
Cancelling commands ran by Pegasus is very difficult. You essentially have to ssh into each node and manually figure out the PIDs of commands and kill them. Nested commands, so...
Pressing ctrl-c when Pegasus is running will also send ctrl-c to the entire foreground process group, thus also sending SIGINT to the `ssh` processes. Instead of waiting for ctrl-c with...
For a large parametrized command that generates a lot of jobs and takes days, the user will want to figure out the progress of each command generated: queued, running, or...
Use case: - Add a node to `hosts.yaml` when you get access to more nodes, and the jobs you are currently running will automatically go there. - Remove a node...
The liquid templating language will allow users to implement "logics" like if - else in their command specification.
Hi, I was just wondering what the difference between `DCGM_FI_DEV_POWER_USAGE` (155) and `DCGM_FI_DEV_POWER_USAGE_INSTANT` (157) would be. Is the former actually some kind of running average and the latter instantaneous? Thanks...
### Problem Description # What I'm doing I'm trying to measure the power and energy consumption of four MI100 accelerators on the node. It has multiple versions of ROCm installed...
Hi, Recently Google Scholar released the [Google Scholar PDF viewer extension](https://scholar.googleblog.com/2024/03/supercharge-your-pdf-reading-follow.html), which is really nice, except that I can't scroll with my usual Vimium keybindings. It also uses the V3...
Hi, Thanks a lot for the fantastic plugin. I was wondering if there's a good way to have a global custom dictionary (`~/.local/share/ltex/ltex.dictionary.en-US.txt`) **and** a local dictionary file under the...