Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk2450-fireworks-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ivan Kondov
grk2450-fireworks-tutorial
Commits
ecdbd8a8
Commit
ecdbd8a8
authored
7 years ago
by
Ivan Kondov
Browse files
Options
Downloads
Patches
Plain Diff
edited and highlighted the notes
parent
c6df3c7f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/basics.rst
+12
-8
12 additions, 8 deletions
docs/basics.rst
with
12 additions
and
8 deletions
docs/basics.rst
+
12
−
8
View file @
ecdbd8a8
...
...
@@ -103,11 +103,11 @@ If a workflow has been added without check it can be check later with::
lpad check_wflow -i <firework ID>
Note:
The correctness check is recommended for all exercises in this tutorial.
**NOTE:**
The correctness check is recommended for all exercises in this tutorial.
Vie
w
workflows
--------------
Vi
sualiz
e workflows
--------------
-----
Already added workflows can be converted into DOT format and viewed graphically
as PDF::
...
...
@@ -134,10 +134,14 @@ To run all fireworks in *READY* state in a sequence::
rlaunch rapidfire
Note: Every firework changes its state to *READY* after all its dependency fireworks
are completed (state *COMPLETED*) and the states of linked child fireworks are updated
as soon as a firework if completed. This means that any workflow will be run until
there are no more fireworks in *READY* state.
**NOTE:** Every firework changes its state to *READY* after all its parent
fireworks are completed (state *COMPLETED*) and the states of linked child
fireworks are updated as soon as a firework if completed. This means that any
workflow will be run until there are no more fireworks in *READY* state.
**NOTE:** In singleshot mode ``rlaunch`` runs the firework in the directory where it is
started. In rapidfire mode ``rlaunch`` creates a runtime sibdirectory one per firework
and executes each firework in a separate directory.
To suppress verbose information on the screen the *-s* flag can be added::
...
...
@@ -161,7 +165,7 @@ Alternatively the web GUI can be used::
lpad webgui
Note:
Make sure that a web browser is configured in your terminal session and an
**NOTE:**
Make sure that a web browser is configured in your terminal session and an
X server is running on your machine and it is configured and tunneled properly
in your terminal session.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment