Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-11 | Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime ↵ | 2 | -20/+2 | ||
components | |||||
2019-11-06 | Create/Copy Particle: Class Names Upper | 3 | -22/+25 | ||
Just cleaning up to make class names with a first, capital letter. | |||||
2019-11-06 | Fix Segfault: Create Particle Functor | 1 | -3/+3 | ||
Copy over the full create-particle functor including its data via managed memory. Previously, we used a host-side vector to initialize the functors and then did not copy over the the state to device. As always, this does not show up as an error on Summit but as a slowdown at runtime. This crashed with segfaults on all other GPU machines. | |||||
2019-11-05 | Fix for deposition generalization for GPU | 1 | -3/+3 | ||
2019-11-04 | typo | 1 | -2/+2 | ||
2019-11-04 | trailing whitespaces | 1 | -8/+8 | ||
2019-11-04 | crash if unused variables only for TravisCI tests | 2 | -38/+43 | ||
2019-11-04 | Reworked generalized current deposition centering | 2 | -86/+95 | ||
2019-11-04 | Better selection of QED tests | 1 | -2/+2 | ||
2019-11-04 | Correct typo | 1 | -1/+1 | ||
2019-11-01 | Launch RZ tests on a separate Travis instance | 3 | -10/+27 | ||
2019-11-01 | by default hdf5 file written in perf folder | 1 | -4/+8 | ||
2019-11-01 | pass paths to analysis line | 3 | -6/+10 | ||
2019-11-01 | make performance tests more modular, to run in custom mode | 2 | -9/+25 | ||
2019-10-31 | removed duplicate parameter in inputfile | 1 | -1/+0 | ||
2019-10-30 | modified examples | 2 | -3/+1 | ||
2019-10-30 | added comments | 2 | -1/+27 | ||
2019-10-30 | added comments and corrected error in inputfile | 6 | -44/+146 | ||
2019-10-30 | cleaning | 3 | -67/+59 | ||
2019-10-30 | added noexcept to functors | 2 | -6/+6 | ||
2019-10-30 | now functors return 1 instead of true | 2 | -4/+4 | ||
2019-10-30 | added missing comment | 1 | -1/+4 | ||
2019-10-30 | added some comments | 2 | -0/+14 | ||
2019-10-30 | correct bug and changed strategy to check if a string is empty | 1 | -9/+6 | ||
2019-10-30 | clearer error message | 1 | -2/+2 | ||
2019-10-30 | refactoring to comply with new style guidelines | 11 | -200/+200 | ||
2019-10-30 | correct duplicated parameter | 1 | -4/+0 | ||
2019-10-30 | now using nspecies_quantum_sync and nspecies_breit_wheeler | 2 | -12/+20 | ||
2019-10-30 | removed unwanted QedExamplesRequiringBoost tests | 4 | -197/+29 | ||
2019-10-30 | added missing newline at the end of some files | 2 | -2/+2 | ||
2019-10-29 | add comments to explain cudaSynchroniwe | 2 | -1/+4 | ||
2019-10-29 | call StreamSynchronize at the end of functions where arrays are allocated on GPU | 2 | -1/+3 | ||
2019-10-29 | correct bug | 1 | -2/+2 | ||
2019-10-28 | replace 'boosted frame' with 'back-transformed' diags | 3 | -17/+17 | ||
2019-10-28 | mention in Doc that ionization on GPU is slow | 1 | -1/+2 | ||
2019-10-28 | remove irrelevant references to ionization | 1 | -11/+11 | ||
2019-10-28 | added missing examples | 2 | -0/+195 | ||
2019-10-28 | Moved untestable examples in another folder | 2 | -195/+0 | ||
2019-10-28 | renamed examples requiring Boost library | 2 | -0/+0 | ||
2019-10-28 | changed AMREX_GPU_DEVICE into AMREX_GPU_HOST_DEVICE for the QED picsar library | 1 | -1/+1 | ||
2019-10-26 | Consts and Real Literals | 8 | -174/+185 | ||
Start to modernize const correctness in interfaces and replace real literals with proper type. | |||||
2019-10-25 | also rename files | 2 | -0/+0 | ||
2019-10-25 | replace 'boosted frame diags' with 'back-transformed diags' | 23 | -117/+117 | ||
2019-10-25 | removing 3D | 1 | -1/+1 | ||
2019-10-25 | Using abbreviation BTD -- BackTransformedDiagnostics to shorten the ↵ | 1 | -2/+2 | ||
regression test names | |||||
2019-10-25 | bugfixing | 2 | -10/+13 | ||
2019-10-25 | Revert "Source/QED/BreitWheelerEngineWrapper.H" | 1 | -4/+1 | ||
This reverts commit be28149eb1c4d4450c112ea3e0065fb9b29db503. | |||||
2019-10-25 | Source/QED/BreitWheelerEngineWrapper.H | 1 | -1/+4 | ||
2019-10-25 | fixed bug | 1 | -0/+2 | ||
2019-10-25 | Fixing examples | 2 | -2/+2 | ||