-
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
TBG help #225
Comments
I will add that -> re-assigned. |
thx. |
ax3l
added a commit
to ax3l/picongpu
that referenced
this issue
Feb 24, 2014
Closed with #226 |
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this issue
Oct 8, 2021
ddba224b7 Merge pull request ComputationalRadiationPhysics#226 from psychocoderHPC/fix-wrongUBBitshift 886554a42 fix undefined shift value behavior c90547653 Merge pull request ComputationalRadiationPhysics#225 from psychocoderHPC/topic-makeAccessblocksRuntime 1cf2e20e8 use runtime selected number of access blocks bc2597731 Merge pull request ComputationalRadiationPhysics#224 from psychocoderHPC/fix-notAllRegionsScanned 07aa0536c fix: Scatter is not checking all regions fa2196d47 Merge pull request ComputationalRadiationPhysics#222 from psychocoderHPC/topic-optimizeScatterPageSearch 92b9ea28d Merge pull request ComputationalRadiationPhysics#223 from psychocoderHPC/topic-scatterBetterSelfDescription 4e533dbac Scatter: add more informations to `classname()` dacb9cfbd Scatter: optimize page search algorithm 30368417a Merge pull request ComputationalRadiationPhysics#220 from psychocoderHPC/topic-optimzeScatterHashAndAllocation 01730d0bb Scatter: optimize hash and allocation size 8ec3e514d Merge pull request ComputationalRadiationPhysics#221 from psychocoderHPC/fix-scatterAllocCalcAdditionalChunks f0a05c6dc Merge pull request ComputationalRadiationPhysics#219 from psychocoderHPC/fix-possibleDataRaces a3cc09a78 Update src/include/mallocMC/creationPolicies/Scatter.hpp 1cc3d15f0 Merge pull request ComputationalRadiationPhysics#218 from psychocoderHPC/fix-pagesizeAllocation 8f9f7147c Merge pull request ComputationalRadiationPhysics#217 from psychocoderHPC/topic-removeUnusedVariables 6b2bc00e5 fix `calcAdditionalChunks` 174a7b2aa fix data races 96379d4af fix scatter allocation 362eeceeb remove unused variables git-subtree-dir: thirdParty/mallocMC git-subtree-split: ddba224b764885f816c42a7719551b14e6f5752b
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this issue
Apr 27, 2022
28e8da452 Merge pull request ComputationalRadiationPhysics#225 from psychocoderHPC/topic-alpaka0.9.0 78aae673f change CI test combination 6ab7ce907 changes required to support alpaka 0.9.0 fd97867b4 Merge commit 'c8e3798b399d2c22fa83ed7c9c3379fa528c4881' into topic-alpaka0.9.0 c8e3798b3 Squashed 'alpaka/' changes from 857495c5cd..146b6e6d49 017d7e6c5 Merge pull request ComputationalRadiationPhysics#223 from psychocoderHPC/topic-updateHIPCICfg fc2eda203 CI: change HIP CI configuration git-subtree-dir: thirdParty/cupla git-subtree-split: 28e8da4527d1b538eba05bf8b95e4eec63a934e9
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this issue
May 2, 2022
28e8da452 Merge pull request ComputationalRadiationPhysics#225 from psychocoderHPC/topic-alpaka0.9.0 78aae673f change CI test combination 6ab7ce907 changes required to support alpaka 0.9.0 fd97867b4 Merge commit 'c8e3798b399d2c22fa83ed7c9c3379fa528c4881' into topic-alpaka0.9.0 c8e3798b3 Squashed 'alpaka/' changes from 857495c5cd..146b6e6d49 017d7e6c5 Merge pull request ComputationalRadiationPhysics#223 from psychocoderHPC/topic-updateHIPCICfg fc2eda203 CI: change HIP CI configuration git-subtree-dir: thirdParty/cupla git-subtree-split: 28e8da4527d1b538eba05bf8b95e4eec63a934e9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
tbg -h
, the help description has no description of the-s
flag. The flag is included in the list of flags, but has no detailed description.In contrast to #158, this issue deals with the program
tbg
not with its online documentation.The output of
tbg --help
:The text was updated successfully, but these errors were encountered: