You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- HeatEquation: read runtime parameters via ParmParse from the C++
inputs file (closes the long-standing TODO); forward command line
arguments to AMReX so `python3 main.py ../Exec/inputs` mirrors the
C++ binary; use the `Array4.to_xp()` zero-copy views.
- MultiFab: use `Array4.to_xp()`, forward command line arguments,
demonstrate global min/max/sum reductions.
- MPMD Case-2: forward command line arguments.
- CI: pass the inputs file to the HeatEquation Python runs and add an
MPI-parallel (2 ranks) Python run.
- Docs: rewrite the Python tutorials page with install/run conventions.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments