NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
134 stars 52 forks source link

Add PIO to conda packages #1939

Closed apcraig closed 1 year ago

apcraig commented 1 year ago

It would be really helpful if PIO were available on conda-forge or similar. Just a suggestion/request. Thanks!

edwardhartnett commented 1 year ago

Agreed, but we have zero staffing at the moment. ;-) So is it possible that you could do this?

apcraig commented 1 year ago

Thanks @edwardhartnett, totally understand. I'm no expert but will look into it if I have some time. Happy for others to provide assistance or suggest ideas/advice/guidance on how to best proceed.

jedwards4b commented 1 year ago

@apcraig PIO is available in spack as parallelio. There is also an open PR in conda-forge.

apcraig commented 1 year ago

Excellent, thank you @jedwards4b.

xylar commented 1 year ago

@apcraig, I've been working on this for awhile. Hopefully, it will happen soon. This would be helpful for the updated ESMF package, too (my main motivation at the moment).

jedwards4b commented 1 year ago

Not to discourage too much from using conda, but spack has esmf as well as parallelio.

xylar commented 1 year ago

@jedwards4b, yes! We use each in different contexts. If folks want esnf for their laptops, spack is waaay overkill. But for HPC, conda is definitely only the backup option (e.g. for running in serial on login nodes).

jedwards4b commented 1 year ago

https://github.com/conda-forge/staged-recipes/pull/20231 has been merged.