Andrew Myers
Andrew Myers
Addresses Issue #2740
## Summary ## Additional background ## Checklist The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [x] add new capabilities to AMReX - [...
Requires AMReX PR 2949: https://github.com/AMReX-Codes/amrex/pull/2949 - [x] #3412 - [ ] write this in a table/file for easier processing Sample output: ``` STEP 20 starts ... Memory usage data for...
This adds support for shared memory current deposition to WarpX. This work was mostly done by @kaplannp, building on work by @PhilMiller and myself. Currently it only does the "direct"...
This implements a shared memory option for Esirkepov deposition. This includes work by @hklion and optimizations made by @mhaseeb123.
This used to work, but seems to have been broken. See the docs page here for scripts and example outputs: http://yt-project.org/doc/cookbook/simple_plots.html#image-background-colors
This chunks the operation per box rather than per rank so as to use less device memory. The proposed changes: - [ ] fix a bug or incorrect behavior in...
This replaces a much slower atomics-based check. ## Summary ## Additional background ## Checklist The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [...
Do not merge until I've confirmed the MFiX-Exa tests pass. The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities...
The race condition was found by @lucafedeli88 using an automated tool. ## Summary ## Additional background ## Checklist The proposed changes: - [x] fix a bug or incorrect behavior in...