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).
Delete the file "aa" and notice the display change.
The "aa" node changes to a brown color to indicate that the file is
missing.
You can see the FlowTracer has changed the status
of the nodes to indicate the state it has noticed - the dependent input file
does not exist.
The dependency graph does not show that dependent
files are out of date (INVALID) when an input file is missing. This is the
proper response to a missing input file. The input file is not changed and
dependent jobs do not need to be run to produce new output
files.
Touch file "aa" to put it back into existence.
This causes the file "aa" to become changed
(timestamp is more recent). Notice that the display changes again. This time the
node for file "aa" changes to a slightly different hue of
green and the dependent nodes turn purple.
The different colored green
indicates that the file was recently changed. This subtle state is shown
with a subtle color variation.
Click Refresh > All Tabs to update the display and to change the node color of
"aa" back to the normal green.
You can now see that the VALID nodes have the standard green color and
the dependent nodes that are INVALID are purple.
Click Run to see the dependent jobs get dispatched,
which causes the dependent files to be created again and become VALID.
Tip: You can see a table showing all the node colors and their
meanings by clicking on the top menu Help > Status Colors.
This demonstrates the way in which FlowTracer manages the dependency graph in order to schedule and deploy
jobs as needed to run the trace so that all nodes become VALID. Using the GUI console,
you can watch the display change to view the data structure that FlowTracer manages and to watch progress as FlowTracer dispatches dependent jobs and dependent files are updated.