Vanessasaurus

Results 2149 comments of Vanessasaurus

Is this still under discussion for our elasticity work? I remember more recent discussion about grow, but in the context of flux-sched. A linked issue (still open) for flux-core is...

hey @peter-kuzmak ! I have limited bandwidth to help on this, but if you can share a dummy dicom file and the dicom.deid and the exact way to reproduce your...

> We have around 60k retinal studies I would want to get the machine information and double check [we have it included](https://github.com/pydicom/deid/blob/master/deid/data/deid.dicom). @wetzelj is spot on for his answers. My...

I have an example using Flux and parsl alongside the operator: https://github.com/flux-framework/flux-operator/blob/main/examples/launchers/parsl/molecular-design/minicluster.yaml and that uses the container (with the docs and full example) here: https://github.com/rse-ops/flux-hpc/tree/main/molecular-design-parsl

TLDR: ```python executor = FluxExecutor(working_dir=args.working_dir) # Workaround for bug that it isn't set if provided executor.launch_cmd="{flux} submit {python} {manager} {protocol} {hostname} {port}" config = Config(executors=[executor]) parsl.load(config) ``` https://github.com/rse-ops/flux-hpc/blob/8a98124842994795ec0eb2f61500fb5f61ff241d/molecular-design-parsl/scripts/0_molecular-design-with-parsl.py#LL92C1-L98C1 I converted...

Yes it's just an example of Flux + parsl integration - there are so few out there I thought it might help to have some means of comparison.

Tiny conflict and then ready to test!

Was there possibly a change with private fields? ```console ######################END######################## .............................WARNING Empty values list encountered. No fields will be identified. WARNING Empty values list encountered. No fields will be identified....

another idea is to have a set of helper scripts - not integrated into the main client, but optional to install (and support this extra functionality).

What you can do is remove or change the pins and then run tests, and fix any issues that arise.