aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29call StreamSynchronize at the end of functions where arrays are allocated on GPUGravatar MaxThevenet 2-1/+3
2019-10-28replace 'boosted frame' with 'back-transformed' diagsGravatar MaxThevenet 3-17/+17
2019-10-28mention in Doc that ionization on GPU is slowGravatar MaxThevenet 1-1/+2
2019-10-28Pass fewer guard cells in a number of FillBoundary callsGravatar MaxThevenet 2-6/+11
2019-10-28remove irrelevant references to ionizationGravatar MaxThevenet 1-11/+11
2019-10-27FillBoundaryE/B/F take mandatory argument nguardGravatar MaxThevenet 7-86/+106
2019-10-27fix arguments passed in initializationGravatar MaxThevenet 1-2/+2
2019-10-27avoid redeclaring variablesGravatar MaxThevenet 2-0/+20
2019-10-27forgot to add two filesGravatar MaxThevenet 2-0/+158
2019-10-27guard cells are computed in separate classGravatar MaxThevenet 3-95/+36
2019-10-26Consts and Real LiteralsGravatar Axel Huebl 8-174/+185
Start to modernize const correctness in interfaces and replace real literals with proper type.
2019-10-25also rename filesGravatar MaxThevenet 2-0/+0
2019-10-25replace 'boosted frame diags' with 'back-transformed diags'Gravatar MaxThevenet 23-117/+117
2019-10-25removing 3DGravatar RevathiJambunathan 1-1/+1
2019-10-25Using abbreviation BTD -- BackTransformedDiagnostics to shorten the ↵Gravatar RevathiJambunathan 1-2/+2
regression test names
2019-10-25fix bug related to photon initializationGravatar Luca Fedeli 1-3/+2
2019-10-25fixed use of shared pointersGravatar Luca Fedeli 2-4/+7
2019-10-24add m_ convention in CONTRIBUTING markdownGravatar MaxThevenet 1-0/+1
2019-10-24run analysis only in read modeGravatar MaxThevenet 1-1/+1
2019-10-24add a new regression test for momentum conserving field gatherGravatar Weiqun Zhang 1-0/+16
2019-10-24cleanup and commentGravatar Weiqun Zhang 3-5/+3
2019-10-24update algo.field_gathering in new inputs files. standard is now an invalid ↵Gravatar Weiqun Zhang 6-6/+6
option.
2019-10-24Add initial value (false) for test_quantum_syncGravatar Luca Fedeli 1-1/+1
2019-10-23minor cleaningGravatar Maxence Thevenet 1-3/+1
2019-10-23cleaningGravatar Maxence Thevenet 1-4/+3
2019-10-23fix performance tests on SummitGravatar Maxence Thevenet 4-16/+18
2019-10-23save performance h5 files, and move handling to perf_logs repoGravatar MaxThevenet 1-36/+19
2019-10-23remove unused constantGravatar Luca Fedeli 1-2/+1
2019-10-22add/update commentsGravatar Maxence Thevenet 2-3/+3
2019-10-22copy functors need not be in managed memoryGravatar MaxThevenet 1-2/+2
2019-10-22use new syntax for external fields in examplesGravatar MaxThevenet 5-7/+6
2019-10-22new tests comply with rules in this PRGravatar MaxThevenet 2-1/+1
2019-10-22write path + filename if wrong filenameGravatar MaxThevenet 1-1/+1
2019-10-22Source/Particles/PhysicalParticleContainer.cppGravatar Maxence Thevenet 1-0/+3
2019-10-22add stream synchronize after particle creationGravatar Maxence Thevenet 1-1/+2
2019-10-22move declaration out of kernelGravatar Maxence Thevenet 1-1/+1
2019-10-22minor cleaningGravatar Maxence Thevenet 2-4/+1
2019-10-22comments and remove typoGravatar Maxence Thevenet 2-18/+19
2019-10-22call RedistributeCPU if runtime components are present, even on GPUGravatar Maxence Thevenet 1-8/+15
2019-10-21EOL whitespaceGravatar Maxence Thevenet 1-3/+3
2019-10-21cleaning. Still NEED to add some constGravatar Maxence Thevenet 3-58/+26
2019-10-21fix ionization on GPU. Compiles and ionization test passesGravatar Maxence Thevenet 4-47/+72
2019-10-21use RedistributeCPU to avoid issue with runtime components on GPUGravatar Maxence Thevenet 1-2/+2
2019-10-21Made modifications based on suggestions from PR review. 1.Added the override ↵Gravatar RevathiJambunathan 1-6/+6
qualifies for functions in the derived class. 2. Clarified that particles are selectively copied from tmp to reduced diag buffer if they are within the user-defined subdomain.
2019-10-20not faster with make -j4. Reversing to make -j2 for TravisCO testsGravatar MaxThevenet 1-1/+1
2019-10-20try compiling with -j 4 on TravisCI (hyperthreading?)Gravatar MaxThevenet 1-1/+1
2019-10-20unused arguments in 2d LPA testGravatar MaxThevenet 1-2/+0
2019-10-20missed one qed option in input fileGravatar MaxThevenet 1-2/+2
2019-10-20back with QED options on for QED testGravatar MaxThevenet 2-4/+4
2019-10-20minor fix: forgot to pass patch limits for LaserAccelerationMRGravatar MaxThevenet 1-1/+1