Vyas Ramasubramani

Results 137 issues of Vyas Ramasubramani

This issue is a companion to glotzerlab/signac#197. Once that issue is addressed, we should perform a similar revision of storing information such as bundles and status information in signac-flow. This...

enhancement

FlowGroups provide a mechanism for grouping operations. We have proposals for job aggregation, and we also use the term bundle for groups of cluster jobs. We will also need to...

documentation
GSoC
aggregation

### Description Submitting an operation with the `executable` directives set results in a warning: ``` WARNING:flow.project:Some of the keys provided as part of the directives were not used by the...

groups
directives

### Description Calling submit with `--template-help` doesn't print anything if there are no eligible operations. The reason is that the function to print help and exit only gets called inside...

bug

### Problem description One of the hardest parts of flow to maintain and test is the submission of jobs to clusters. The definition and execution of a workflow graph are...

cluster submission

This PR changes wheel building in RMM to create a separate C++ wheel that is then found from the Python wheel. The C++ wheel is now a hard dependency of...

feature request
Epic
non-breaking
CMake
python
ci

Reverts rapidsai/raft#2305 Opening this preemptively for tracking, but no plans to try and merge this for a while (see https://github.com/rapidsai/build-planning/issues/33#issuecomment-2105007129).

cpp
CMake
python
ci

### Feature description It would be good to validate the form factor calculation much more thoroughly than the current implementation (either in the legacy `ft.py` module or in the new...

### Feature description Right now all properties are computed every time they are called. We should implement a caching mechanism by which the computed values are stored the first time...

pytest will assume that any file or directory named `test_*` is a test (see [pytest's discovery rules](https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html#conventions-for-python-test-discovery)). `wholegraph` currently puts testing utilities into a file that fits this description, which...