Axel Huebl
Axel Huebl
Similar error on Lassen: ``` 2: 0: Initializing AMReX (25.03)... 2: 0: MPI initialized with 40 MPI processes 2: 0: MPI initialized with thread support level 3 2: 0: Initializing...
@bzdjordje can you share a few details on the LASY file? How many cells/voxels are in it? @RemiLehe do you recall if there are limitations with very large LASY files...
@bzdjordje does the issue also happen when you init an analytical laser (w/o LASY)? I wonder if we copy to wildly MPI communicators and forget to free them, e.g., for...
I find the current values (1-3 being implicitly Cartesian, the others explicit) ok for now, but agree that `WarpX_GEOM` would be a better name than `WarpX_DIMS`.
Fix in https://github.com/spack/spack-packages/pull/2469 :)
Ping @atmyers can you help with this example? :)
@atmyers @ax3l we should add coverage for the polymorphic particle container in AMReX tests directly
Thanks a lot! Let's see if keeping the default in emscripten to "static" already solves this. If you have pointers where we can add a new test for building a...
I cannot see why the tests are failing, is there an easy way to increase verbosity in CI or run them locally?
Related upstream issue: https://gitlab.kitware.com/cmake/cmake/-/issues/23237 I would like to allow building shared libs, but keep defaulting to static libs.