Jed Brown

Results 531 comments of Jed Brown

It seems this is all complete. Should this be merged now?

It's important to either merge this PR or pin requirements to pypdf2

I calculated 15-20 GB/s on the smaller node counts (96 or 192), so we're seeing about half that here on 1124 nodes. The stripe size is default, which looks like...

Regarding BCs, `GridLocation_t` can take the value `FaceCenter`, so this is just a naming thing (preferring to call it `PointList` with `FaceCenter` instead of `ElementList`). Notable that Pointwise is still...

> As I look at the [documentation](https://cgns.github.io/CGNS_docs_current/sids/gridflow.html#Elements), it shows ElementType_t between ElementRange and ElementConnectivity. Does cgnsview just not show this or, it it promoting that to the foldername? You'll see...

On the last point, it will be possible to read any cgns checkpoint as mesh and initial condition. If the number of ranks matches, we can continue with the same...

I'm not sure if I'm reading your whole post correctly, but this is how we do it in PETSc. Each rank creates a connectivity array for the elements it owns,...

Give me a sample file and I'll see what I can do in the next couple days.

I've noticed that `cgnsview` does not handle relative paths correctly (so either run from the same directory `cgnsview file.cgns` or using an absolute path `cgnsview /path/to/file.cgns`). Not sure if that's...

My distro updated to gcc-14 so I'm bumping into this.