Edoardo Zoni
Edoardo Zoni
I think the requirement of CMake 3.24+ was introduced in #5179, which was included in the 24.09 release. So we can try to use the 24.08 release without going as...
I see errors like ```console error: namespace "std" has no member "underlying_type_t" ``` but I'm not sure why. We require at least C++17, https://github.com/ECP-WarpX/WarpX/blob/09f9e8bad4ac109e167f255e29e961e3604dd5b7/CMakeLists.txt#L525-L546 so errors like the one above...
@JohanKoelsenDeWit Thank you for your feedback. Since you will not continue the installation of WarpX on MARCONI, I will close this PR without merging for now. We can always resume...
Closing this PR for now, as explained in https://github.com/ECP-WarpX/WarpX/pull/5377#issuecomment-2518753469.
Just FYI, I think the CI check `docs/readthedocs.org:warpx` fails because this branch does not include the fix we merged from #6151. You would need to merge `development` into this branch,...
On the other hand, I would think that `WarpX_DIMS` refers to the number of spatial dimensions, rather than the coordinate system, which I would expect to be called `WarpX_COORDS` or...
@RemiLehe @JustinRayAngus This is the issue I referred to, in case you want to take a look.
@oshapoval Would it be possible for you to post here an example of input file that could be used to test the implementation (still to-do...)?
Just a thought, as we use upper-case `E` and `B` for the fields, should we use upper-case `J` for the current as well? I think it's typically written as `J`,...
@Noerr Thank you for reporting the issue. I started looking into https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/warpx/package.py and trying to reproduce and debug locally, but I have not yet figured out what is causing the...