When using FlowTracer in large deployments, three main roles emerge: Administrator, Developer and User. In smaller organizations, a given
person may have multiple roles, but the duties of each role still exist.
FlowTracer is derived from the system "VOV" originally developed at UC-Berkeley. The word "VOV" is not an acronym, but can be
thought of as a contraction of the word "evolve".
The vovselect command provides a way to retrieve specific data from the vovserver, with filtering done on the server side. This method is differs from some of the VTK calls, which get all data and
require processing on the client side to get the data of interest.
The utility vovtouch toggles the status of the given nodes twice, so that each node passes through a state of being INVALID. The end state
of each node depends on what state it started in.
To remove a file from the file system which is currently registered in a flow graph, you should notify FlowTracer that the file is going away. The simple way to do this is to use the vovblast command.
Altair Accelerator includes a subsystem for managing computing resources. This allows the design team to factor in various constraints
regarding hardware and software resources, as well as site policy constraints.
This manual is aimed at the person who will be the administrator for FlowTracer. This person will be responsible for configuring the network resources, setting up the licensing, and establishing
security and access rules for the system.
Query the vovserver
The vovselect command provides a way to retrieve specific data from the vovserver, with filtering done on the server side. This method is differs from some of the VTK calls, which get all data and require processing on the client side to get the data of interest.
Invalidate Dependent Nodes
The utility vovtouch toggles the status of the given nodes twice, so that each node passes through a state of being INVALID. The end state of each node depends on what state it started in.
Clean Directories
The tool vovcleandir is used to delete unused files.
Remove Files
To remove a file from the file system which is currently registered in a flow graph, you should notify FlowTracer that the file is going away. The simple way to do this is to use the vovblast command.