Mark Grondona
Mark Grondona
e.g.: ``` $ flux bulksubmit --dry-run echo {{tmpdir}} ::: 0 1 2 bulksubmit: submit echo {tmpdir} bulksubmit: submit echo {tmpdir} bulksubmit: submit echo {tmpdir} ```
I've seen this one occur a couple times in CI. `t2812-flux-job-last.t` gets stuck in CI here: ``` ok 7 - flux job last N lists the last N jobs flux...
When a process connected to a broker is waiting for a future to be fulfilled and the broker exits, `flux_future_get()` returns an error (-1), but the errno is either not...
A user was asking if a default relative priority or urgency could be set for jobs on a per queue basis. The use case is establishing a high-priority and low-priority...
Saw this one in CI. It appears that the `SIGINT` is being sent to the job while one task is still importing modules. I'm not sure how that happens since...
A user has mentioned it would be very useful to be able to specify a hostfile to use for mapping tasks to nodes as an alternative to the existing taskmap...
Problem: When jobspec is submitted with DWS directives in the CORAL2 environment, the jobspec will be modified after submission by a flux-coral2 jobtap plugin to add necessary resource information for...
From @ryanday36's list in #5165: > Preemptible jobs: > AKA 'standby' qos / queue. Allow users to submit jobs that can be killed automatically by the system instance if another...
An annoying property (no pun intended) of our current queues config is that the associated resources in a queue are based on a property constraint. This requires properties be assigned...
Starting today, the docker-based "system instance" tests started failing. The issue seems to be related to the version of `systemd` in the container. I'm unsure if we're seeing the same...