In the following User Tutorials, you will experiment with Accelerator on most topics that a user would be most interested
in, including submitting jobs, tracking job information, analyzing and solving common problems, etc.
In the following tutorial, you will experiment with most issues that an Accelerator administrator will need to address, including starting/stopping the server, configuring FairShare, resources, taskers and environments.
The purpose of this tutorial is to guide one through the creation and use of a small FlowTracer project using a combination of the Command Line Interface (CLI) and the Graphical User Interface (GUI).
The purpose of this tutorial is to guide one through the creation and use of a small FlowTracer project using a combination of the Command Line Interface (CLI) and the Graphical User Interface (GUI).
We have built up a dependency graph for a task that requires running four jobs in a
sequence to produce two result files ("dd1" and
"dd2") based on a starting file
("aa").
This establishes a model that FlowTracer will use to schedule and
deploy the jobs as the dependent input files change.
While looking at the GUI console, touch the file "bb" to
give it a timestamp of now.
Touching the file causes its timestamp to be later than the timestamps
on files "dd1" and "dd2". This
emulates changing file "bb". The two output files
"dd1" and "dd2" are now out of
date relative to file "bb".
You will see the Set View
display change. The out of date output file nodes will change color from
green to purple. The dependent jobs of copying file cc
are also out of date and change color. The nodes in purple are
INVALID.
FlowTracer has noticed the change of file
"bb" (the timestamp is recent) and is aware of what
nodes are INVALID and knows what needs to happen to make them
VALID.
Click Run
in the action bar at the top of the Set Viewer panel to request that FlowTracer brings the nodes up to date.
This will cause the "cp" programs to run. While they
are running, their nodes in the display will turn yellow. When the jobs and
files become up to date, they turn back to green to indicate they are
VALID.
Repeat this sequence, again, but touch file "aa" instead
of "bb".
The display shows the dependent nodes as INVALID (purple).
Click Run again.
FlowTracer dispatches the jobs in sequence to bring
all the nodes up to date.