-
Notifications
You must be signed in to change notification settings - Fork 225
Restructure Third Party Software #717
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
Merged
psychocoderHPC
merged 13 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-thirdParty
Feb 20, 2015
Merged
Restructure Third Party Software #717
psychocoderHPC
merged 13 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-thirdParty
Feb 20, 2015
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
79e9cc9 to
90b27ee
Compare
Member
Author
|
@psychocoderHPC you can already rebase #640 against this pull request |
- first: try to find it via cmake
(for developers and ideal sys admins)
- fallback: use thirdParty/ directory shipped with PIConGPU
(for the ease of an easy installation for average users)
273cc89 to
127828a
Compare
- new repositories - update contributors
in this repository, usually no commits should go to `thirdParty/` to allow smooth upgrades via `git subtree`.
git-subtree-dir: thirdParty/cmake-modules git-subtree-split: a47312bc6bb2eb52a1ba101d6690d3189e1aca9a
git-subtree-dir: thirdParty/cuda_memtest git-subtree-split: f79f064
git-subtree-dir: thirdParty/mallocMC git-subtree-split: 799d7d7
psychocoderHPC
added a commit
that referenced
this pull request
Feb 20, 2015
Restructure Third Party Software
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: tools
scripts, python libs and CMake
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.
This pull request is related to #586 and reorganizes third party software (even if we are our own third party).
mpiInfois not exported (yet) since it is too small to be relevant and might not be necessary for eversrc/toolsas in Move Tools/CMake/ThirdParty to Own Repo #586 is not part of this pull request and will not be included viagit subtreeagain in the future (but only removed and published in a separate repo)The history, authorship and commits of the individual directories have been preserved in the new repositories with rewritten sha's, but for PIConGPU to keep the statistics clean we squash the thirdParty updates to a single commit per update.
The import was done, e.g., for
mallocMCwithsince
git submoduleswhich is the clean alternative is a pain for users (git clone ... && git submodule init, not included in github tar downloads, mixed commits, ...).The teams @ComputationalRadiationPhysics/picongpu-maintainers and @ComputationalRadiationPhysics/picongpu-developers have also access to cuda_memtest and cmake-modules where the same policies as for the
picongpurepositories shall apply.mallocMCis maintained by @slizzered @psychocoderHPC and @ax3l and stays like that in a separate team.add documentation: #726