ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Update p4est, sc #236

Closed cburstedde closed 1 year ago

cburstedde commented 1 year ago

The latest version of the p4est and sc submodules adds new code for file I/O.

This file format specification and matching I/O code is likely to be changed again in a couple months and expanded in functionality, but for now it's usable to begin implementing checkpoint save/restart in ForestClaw without expecting a significant rewrite once we bump the format code another time.

We integrate various build system updates as well and a CC=mpicxx CI runner.