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.
This is an example of a recursive makefile system:
% make all
Example 2 with FlowTracer
The Flow.tcl file creates a multi-directory flow that is easy to
manage.
% vovbuild
% vsr -all
To create a Makefile or a script from the flow, you can use
vovexport:
% vovexport -make
% vovexport -csh
Example 2 with Makefile and FlowTracer
To convert the Makefile into a flow, you can use vovmake. The
behavior of vovmake is controlled by
vovmake.config.tcl. In this case the configuration file
simply requests:
The skipping of the targets 'all' and 'run'
The use of the wrapper vw for most other targets
The use of the environment EDA1
% vovforget -allnodes ; if necessary, to cleanup the old flow.
% vovmake
You can then create a new makefile using
vovexport
% vovexport -make
% make -f Makefile.vov clean
% make -f Makefile.vov all