Axel Huebl
Axel Huebl
What would be a good syntax? ```py from amrex.space3d import amr_initialize with amr_initialize() as amr: amr.PlotFileData("./tests/projz04000/") ```
Sounds good. Other names could be `ActiveAmr` or `Activate` or so if we want to avoid context.
Hi @DrakeWhu, thank you for the question. In #4308, I see you compiled with ```bash cmake .. -DWarpX_PYTHON=ON -DWarpX_DIMS=3 make -j$(nproc) ``` This does not yet install the Python module...
Hi @DrakeWhu , I think the error message in this log on your Arch Linux is: ``` error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages...
Thank you for the details. Ah, that makes sense. I double checked, and I do see the issues with Clang 7 and 8 in CI... I wondered if a compiler...
Ping @JBlaschke :)
Ping @JBlaschke :)
Ping @JBlaschke :) Please provide a few doc strings for FHDeX :)
Ping @JBlaschke :) Please provide a few doc strings for FHDeX :)
Thanks for the report @mgorny. The PRs #541 and #542 will solve this.