Vanessasaurus

Results 2134 comments of Vanessasaurus

> I can probably make it so that -Ssize=N works in a non-PMI bootstrapped instance. Maybe that should be included here and then there will be something further to play...

@garlick do you have a suggestion for docs or similar for how to make a flux plugin? I found https://github.com/flux-framework/flux-docs/blob/307a60d8a73dde4c6f644d0d5e62a1891444414e/tutorials/integrations/stats.rst an "integration" which seems similar in concept (flux interacting with...

Update: I am currently modeling these snippets within the executor. https://github.com/rse-ops/snakemake-executor-plugin-googlebatch/pull/2. This is because the design is specific to Batch, e.g., having different sub-steps (typically for setup, barrier, then run)...

That sounds great! Let me know what I can do to support you for that.

Yeah! I’m happy to help however I can.

I didn't know there was a tutorial! :laughing: I see redis now. Would it make sense to have a link to that on the workflows page? Like "before you do...

Is it possible to run redis just locally, or via an external service? I'm planning to run this on kubernetes, and the redis service will be another container in a...

The docker-compose example should work! For testing I'm just spinning up redis locally, but for the Flux Operator we have separate containers that provide services: https://flux-framework.org/flux-operator/tutorials/services.html. There are two modes...

Heyo! I have my docker-compose setup and I think I'm fairly close - but a question. Is redis requested to use ssl? I haven't generated certificates for it, and I'm...

@lucpeterson I just tested removing conda/mamba from the container (and installing to system python alongside flux) and I reproduced the same ssl error, if that helps.