Axel Huebl
Axel Huebl
According to [this reddit post](https://www.reddit.com/r/cpp/comments/4k57tk/boost_mpl_dead/) the C++11 library [Brigand](https://github.com/edouarda/brigand) is the hot new sh*t to replace the quite inactive and in C++11 times inefficient + C++98 verbose Boost MPL library....
For ideal usage for ParaView, you could create a little helper file with all openPMD series: ``` note: needs a helper text file ending on .pmd containing a line with...
Saw lockfiles being present while parallel HDF5 writes are active. Will now workaround a OpenMPI bug that uses file locking on Lassen (OLCF). https://github.com/open-mpi/ompi/issues/10053 Parallel HDF5 performance is still not...
Handle the corner-case that we finalize a labframe simulation without having particles in that last dump. Otherwise `SetConstParticleRecordsEDPIC` will cause a ``` A Record can not be written without any...
Print a performance hint if too many boxes are used per GPU. Close #3263 Seen recently with @joshualudwig8 - [ ] runtime test that this prints and is well-formatted
- [ ] for plotfile and openPMD diagnostics with BTD, we need to add CI analysis scripts that actually read the data to see its valid and in the range...
The LAPACK++ build and the PSATD+RZ+CUDA build on Lassen (LLNL) seem to cause linker issues in the latest module version for @joshualudwig8. Update modules and instructions accordingly.
PICMI APIs and usage is, besides links to outside docs and examples, not really documented on the same level as the C++ app w/ inputs file usage. Let's change that....
We should print a performance hint (warning) if a user starts >>10 blocks per GPU.
We found out that substepping was broken in 3D after #3013. We thus reverted it temporarily in .... (or we add an extra sync, as debugged by @NeilZaim :pray: )...