Andrew S. Rosen

Results 101 comments of Andrew S. Rosen

It is! There are some properties not in the JSON though that are in the CSV, such as working capacity and selectivity. I assume those would still be desirable fields...

Note to self. This is the new link: https://www.dropbox.com/s/bpd8io9a0izur3a/qmof_gcmc_raw.json?dl=0

Comment from Parsl team: YB: Here's how I see it from the HTEX perspective. An app behaves mostly like a python function, but with some additional parsl behavior (like walltime...

Yup, that makes perfect sense to me. It's possible that `@functools.wraps` around the wrapper could fix the function metadata (should probably be used either way). Feel free to open a...

I must admit that I have no clue what any of those 3 are 😅 I was thinking more of the recommended approach of using a `prefect-dask.DaskTaskRunner` instantiated with a...

@JBlaschke: Here is an example I wrote up for Perlmutter. Feel free to use this and do whatever you'd like with it. I think the challenge I ran into for...

Here is a worked example for those curious. It is meant to work on the Perlmutter machine at NERSC, but the insights are largely machine-agnostic. ## Preliminary Steps On the...

As a side-note, _should_ `executor="local"` be parallelizing things?

@sydney-runkle: Unfortunately, I don't have the bandwidth to pick up this PR but wanted to pitch the idea anyway. Hopefully someone else will be interested.

This works, although it is a bit clunky that there are two separate "input should be" statements.