forked from ComputationalRadiationPhysics/picongpu
-
Notifications
You must be signed in to change notification settings - Fork 0
add new example #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
psychocoderHPC
wants to merge
347
commits into
topic-gasFunctorsMultiSpecies-rb3
from
topic-gasFunctorsMultiSpecies-rb3-example
Closed
add new example #7
psychocoderHPC
wants to merge
347
commits into
topic-gasFunctorsMultiSpecies-rb3
from
topic-gasFunctorsMultiSpecies-rb3-example
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dab1689 to
fd65d38
Compare
edbb63f to
b10bc95
Compare
…startWithAtoms Start simulation with neutral atoms
…i/improve_KHI_CFL_condition adjust DELTA_T_SI depending on SIMDIM to improve the CFL condition
…updateCudaMemtest Topic update cuda memtest
fix that restart loads particle from hdf5 and use `InitPipeline` to create particles
…i/fix_radiationTypes close ComputationalRadiationPhysics#697: fix radiation types
…sso/topic-redoTWTS-libPMaccComplex-BeyondEspresso [BG fields] Add refactored TWTS laser
…HPC/topic-fixRestart fix broken restart
…i/topic-phaseToPlaneWave add phase to all laser implementations
…i/fix_fillColorHeatingTool fix logic behind fill color of numerical heating tool
add uncrustify script which can used fith `findAndDo`
…i/fix_laserPolynom Close ComputationalRadiationPhysics#775: laser polynom - convert float_64 to float_X
- add functor CopyElementWise<bool> - use CopyElementWise in implicit math::Vector copy constructor
…HPC/fix-fieldSolverAssert move field solver condition check to field solver
…HPC/fix-mathVectorCopyConstructor math::Vector<...> fix const storage handling
* reorder includes * correct spelling errors * pragma once instead of header guard for the affected files
* remove any trailing whitspace * replace all tabs by 4 spaces
…whitespace whitespace changes
…refactorPMacc Further refactor libPMacc
…msvcWarnings remove implicit cast and member shadowing warnings
This commit adds the general infrastructure to call functors before adding `FieldJ` to the electro-magnetic fields (in Yee: before manipulating the `E` field). The previous method `None` without interpolation is added as a default in `fieldSolver.param`. Additionally, a simple second order Binomial filter for 2D and 3D is added to test the new functionality.
… access twist `blockDim` before kernel call
- change `float` to `float_X` - cast floating point scalars to `float_X`
Reorder dependencies in the event system and add a GUARD receive functionality to FieldJ.
…currentInterpolation Current Interpolation: During add to EMF
…HPC/topic-cleanDSNotTypeSaveImpl clean field solver DS float usage
…HPC/fix-DSBlockDimBug close ComputationalRadiationPhysics#889 field solver DS out of memory access
Check for cuda errors to spare the time for writing a checkpoint and also synchronize again afterwards to ensure a checkpoint can really be considered "valid" (not corrupted).
…cudaSyncCheckpoints Checkpoints: Check for CUDA Errors
change `DINLINE` to `HDINLINE`
- move mallocMC find call after `boost` and `cuda` is loaded If `boost` or `cuda` is not loaded before mallocMC find is called the module result always `not found`
add `find_package(OpenMP)` to `CMakeLists.txt`
…HPC/fix-cmakeWithMallocMC fix that always `thirdParty/malloc` is used
…HPC/topic-addMappingHostFlag add host support for kernel mapper
…HPC/topic-addOpenMPSupport add `OpenMP` support
fd65d38 to
061ebf9
Compare
psychocoderHPC
pushed a commit
that referenced
this pull request
Jul 23, 2015
af5d9d4 Merge pull request #7 from ComputationalRadiationPhysics/fix-mallocMCListExistence 464cf50 Fix: Undefined List for FindmallocMC 96d3dbd Merge pull request #6 from slizzered/hotfix-regression_from_list_with_spaces 0ec533e changed list creation to reference syntax 4c1a34f Required arguments checked exactly when required 0ad59c9 Hotfix for regression bug from prev commit 01c5d7b Merge pull request #5 from slizzered/issue3-mallocMC-module eddc3ec Added documentation about MALLOCMC_ROOT variable 6a7ca13 Also use CMake variable MALLOCMC_ROOT 4cd27c9 removed hardcoded path 2cbaa5f Restructure module FindmallocMC.cmake 232cad5 Merge pull request #1 from ComputationalRadiationPhysics/topic-changToISC 779e84e Propose License Change to ISC git-subtree-dir: thirdParty/cmake-modules git-subtree-split: af5d9d47c539a8dac53c1e7240465384f86d7081
psychocoderHPC
pushed a commit
that referenced
this pull request
Dec 13, 2016
6806362 Remove non-ascii chars 9bddbdf Merge pull request #9 from ComputationalRadiationPhysics/fix-travisCuda55Trusty cb23b31 Merge pull request #7 from ComputationalRadiationPhysics/fix-closeFiles 2ad4d88 Travis: Migrate to Trusty Image 13e215e Close File Handles (cppcheck) git-subtree-dir: thirdParty/cuda_memtest git-subtree-split: 680636204b751c3e16e196ee95dc254ffae737db
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for @ax3l