-
Notifications
You must be signed in to change notification settings - Fork 218
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
cleanup includes in param and unitless files #234
Merged
ax3l
merged 4 commits into
ComputationalRadiationPhysics:dev
from
psychocoderHPC:topic-cleanupParamFiles
Feb 26, 2014
Merged
cleanup includes in param and unitless files #234
ax3l
merged 4 commits into
ComputationalRadiationPhysics:dev
from
psychocoderHPC:topic-cleanupParamFiles
Feb 26, 2014
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
- delete all include of param and unitless files inside unitelss and param files Note: dependencies inside param und unitless files were **only** managed by *.loader files
nice 👍 |
All right, pls just add my pull so we got this already documented in the dedicated section of the Change Log :) |
Topic cleanup param files change log
ax3l
added a commit
that referenced
this pull request
Feb 26, 2014
cleanup includes in param and unitless files
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this pull request
Apr 27, 2022
bb2b32a4a Merge pull request ComputationalRadiationPhysics#234 from psychocoderHPC/fix-compilerWarnings 771508d55 fix compiler warnings 2f5b2b792 Merge pull request ComputationalRadiationPhysics#233 from psychocoderHPC/fix-getAvailableSlots 5f311cc26 fix `getAvailableSlotsAccelerator()` 0641240f5 Merge pull request ComputationalRadiationPhysics#232 from psychocoderHPC/topic-alpaka0.9.0Support d1258e564 changes required by alpaka 0.9.0 4cc170e58 Merge pull request ComputationalRadiationPhysics#231 from psychocoderHPC/update-catch2 23cf1a794 Merge pull request ComputationalRadiationPhysics#230 from psychocoderHPC/fix-examples 1a6d21f26 update catch2 to version 2.13.3 5a0473b14 fix examples 350fe9ada Merge commit '1307df9f2cc715c4af501ef7ed57adea721bb079' into topic-alpaka0.9.0Support 1307df9f2 Squashed 'alpaka/' changes from 5dca322c0..146b6e6d4 git-subtree-dir: thirdParty/mallocMC git-subtree-split: bb2b32a4a56f7c892e14454bf6aa373a4870c32c
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this pull request
May 2, 2022
bb2b32a4a Merge pull request ComputationalRadiationPhysics#234 from psychocoderHPC/fix-compilerWarnings 771508d55 fix compiler warnings 2f5b2b792 Merge pull request ComputationalRadiationPhysics#233 from psychocoderHPC/fix-getAvailableSlots 5f311cc26 fix `getAvailableSlotsAccelerator()` 0641240f5 Merge pull request ComputationalRadiationPhysics#232 from psychocoderHPC/topic-alpaka0.9.0Support d1258e564 changes required by alpaka 0.9.0 4cc170e58 Merge pull request ComputationalRadiationPhysics#231 from psychocoderHPC/update-catch2 23cf1a794 Merge pull request ComputationalRadiationPhysics#230 from psychocoderHPC/fix-examples 1a6d21f26 update catch2 to version 2.13.3 5a0473b14 fix examples 350fe9ada Merge commit '1307df9f2cc715c4af501ef7ed57adea721bb079' into topic-alpaka0.9.0Support 1307df9f2 Squashed 'alpaka/' changes from 5dca322c0..146b6e6d4 git-subtree-dir: thirdParty/mallocMC git-subtree-split: bb2b32a4a56f7c892e14454bf6aa373a4870c32c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
refactoring
code change to improve performance or to unify a concept but does not change public API
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.
Note:
To avoid including of wrong files (e.g. default param/unitless files from picongpu or examples) it is not allowed to include param and/or unitless files inside param and unitless files.
Dependencies inside param und unitless files were only managed by *.loader files