Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | Reuse existing interpolation functions | 2 | -23/+33 | ||
2019-11-12 | Remove Fortran files | 4 | -139/+6 | ||
2019-11-12 | Modernize DepositCharge | 1 | -48/+34 | ||
2019-11-11 | Cuda -> Gpu according to AMReX change | 11 | -33/+30 | ||
2019-11-11 | Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime ↵ | 2 | -20/+2 | ||
components | |||||
2019-11-11 | Added comments and chagned variable names for clarity. | 1 | -19/+51 | ||
2019-11-08 | un-end-of-line-whitespace-ify | 1 | -1/+1 | ||
2019-11-08 | Untabify | 2 | -53/+53 | ||
2019-11-08 | Corrected more mistakes and tightened code. | 1 | -12/+10 | ||
2019-11-08 | Corrected mistakes and made formatting changes. | 2 | -9/+9 | ||
2019-11-08 | Completed Zenitani 2015 reference. | 1 | -6/+6 | ||
2019-11-08 | Added description of MJ params and methods. | 1 | -0/+9 | ||
2019-11-08 | Added Maxwell-Juttner getMomentum function to IM.H and PI.cpp. | 2 | -1/+83 | ||
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 | ||