-
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
Topic tbg help #226
Merged
psychocoderHPC
merged 5 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-tbgHelp
Feb 24, 2014
Merged
Topic tbg help #226
psychocoderHPC
merged 5 commits into
ComputationalRadiationPhysics:dev
from
ax3l:topic-tbgHelp
Feb 24, 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
…An Error - change warning to error state - abort tbg and do not submit malformed job script
@@ -134,6 +134,9 @@ function check_final | |||
n=$(( n+1 )) | |||
echo $org_line | awk -v line=$n '{ if ($0 ~ /'$nrv_or'/) print "line "line }' | |||
done < <(echo -e "$org_file") | |||
|
|||
# abort script (will no be submitted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo? will not be submitted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, will fix
This was referenced Feb 24, 2014
Closed
psychocoderHPC
pushed a commit
to psychocoderHPC/picongpu
that referenced
this pull request
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 pull request
May 12, 2022
d0d51ba69 Merge pull request ComputationalRadiationPhysics#226 from psychocoderHPC/fix-missingMathInclude f22ae23c5 fix missing include git-subtree-dir: thirdParty/cupla git-subtree-split: d0d51ba6992eb2633b1ea0fa76ea359b835b017f
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
documentation
regarding documentation or wiki discussions
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.
Add missing help line and error instead of warning for not replaced tpl parameters.