Skip to content
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

Closed
PrometheusPi opened this issue Feb 24, 2014 · 3 comments
Closed

TBG help #225

PrometheusPi opened this issue Feb 24, 2014 · 3 comments
Assignees
Labels
component: tools scripts, python libs and CMake

Comments

@PrometheusPi
Copy link
Member

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:

tbg (template batch generator) create new folder for a batch job
and copy in all importend files

usage: tbg -c cfgFile [-s submitsystem] [-t templateFile] [-p project] [-o "VARNAME1=10 VARNAME2=5"] [-h] destinationPath

-c | --cfg      file           - Configuration file to set up batch file.
-t | --tpl      file           - Template to create a batch file from.
                                 tbg will use stdin, if no file is specified.
-p | --project  folder         - Project folder containing sourcecode and binaries
                                 Default: current directory
-o                             - Overwrite any template variable:
                                 e.g. -o "VARNAME1=10 VARNAME2=5"
                                 Overwriting is done after cfg file was executed
-h | --help                    - Shows help (this output).
destinationPath                - Directory for simulation output. 


tbg exports the following variables, which can used in cfg and tpl files any time:
 TBG_jobName                   - name of the job
 TBG_jobNameShort              - short name of the job, without blanks
 TBG_cfgPath                   - absolut path to cfg file
 TBG_cfgFile                   - full absolut path and name of cfg file
 TBG_projectPath               - absolut project path (see option --project)
 TBG_dstPath                   - absolute path to destination directory
@ax3l ax3l added this to the Open Beta milestone Feb 24, 2014
@ax3l
Copy link
Member

ax3l commented Feb 24, 2014

I will add that -> re-assigned.

@ax3l ax3l assigned ax3l and unassigned psychocoderHPC Feb 24, 2014
@PrometheusPi
Copy link
Member Author

thx.

ax3l added a commit to ax3l/picongpu that referenced this issue Feb 24, 2014
@ax3l
Copy link
Member

ax3l commented Feb 24, 2014

Closed with #226

@ax3l ax3l closed this as completed Feb 24, 2014
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
Labels
component: tools scripts, python libs and CMake
Projects
None yet
Development

No branches or pull requests

3 participants