-
Notifications
You must be signed in to change notification settings - Fork 217
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
Update dev
with 0.1.0
Release Updates
#883
Merged
psychocoderHPC
merged 22 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-updateW010updates
May 22, 2015
Merged
Update dev
with 0.1.0
Release Updates
#883
psychocoderHPC
merged 22 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-updateW010updates
May 22, 2015
Conversation
This file contains 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
…ysics#604 - fix race condition that field background is removed parallel to the particle pusher - fix race condition that field update `update_beforeCurrent` run in parallel to the particle pusher
This also changed a workaround of a CUDA5.5+ bug. Requires check if it is now in again.
- offsets are element offsets in the *global* particle attribute array (that can be more than uint32_t / size_t) - elements are promoted to uint64_t too for convenience
use hard coded path to `PMacc` to avoid wrong detection by using cmake `find_path`
- release 0.1.0
- fix wrong velocity for for z-flux calculation
`ionizationEnergies.param` has been relocated to the folder `simulationDefines/param` fixes ComputationalRadiationPhysics#853
- rename _dim to T_dim - rename _zone to p_zone - add missing #pragma once
solve warning by explicit call of `operator()` with the hint (for the compiler) that it uses template
….0rc-cuda7fix Backport CUDA 7 Fixes to release-0.1.0
thx @n01r for spotting those
…alRadiationPhysics/release-0.1.0 Release 0.1.0: Ionization Framework & Bug Fixes
psychocoderHPC
added a commit
that referenced
this pull request
May 22, 2015
Update `dev` with `0.1.0` Release Updates
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.
Merge back update from the release branch of the
0.1.0
release.Performed with
to avoid introducing changes from hotfixes into
dev
.Adds:
src/picongpu/include/version.hpp
(0.1.0)