Ian Lumsden

Results 37 comments of Ian Lumsden

To clarify, the reason we need `multi_index_mode`/`predicate_row_aggregator` is because the graph algorithm-part of the query language needs predicates to provide a single boolean for each node. When we do not...

@slabasan I'm removing this from the upcoming release. The enhancements added by this PR complicate the process of building queries from the string dialect because I need to know whether...

> Should `install.sh` be deleted as well with `setup.py`? Good catch. Fixed

One note about updating to jammy: Jammy is the first version of Ubuntu (to my knowledge) to have UCX installed by default. It comes with UCX 1.12. Since we have...

Also, as a small add-on to this PR, I've updated the `.gitignore` using the template from GitHub: https://github.com/github/gitignore/blob/main/Python.gitignore

Pinging @pearce8, @michaelmckinsey1, and @amroakmal on this since they're running into issues with this on Tuo as part of the Benchpark project.

These are the BLAHP arguments that the Flux integration in HTCondor uses for submission: ```bash # Write wrapper preamble # # This process considers the following BLAHP arguments # *...

Here are the docs for the Flux `--time-limit` flag: https://flux-framework.readthedocs.io/projects/flux-core/en/latest/man1/flux-batch.html#cmdoption-flux-batch-t

Also, here's the Flux RFC describing the time format in more detail: https://flux-framework.readthedocs.io/projects/flux-rfc/en/latest/spec_23.html

@vahi here's the initial table regarding how Pegasus profile keys map to Flux submission flags. There's still some details I need to fill out, so I'll edit this message as...