gen_solver
Purpose:
-
Find the roots of a specified equation in CyFlex.
Enter:
-
gen_solver <priority> <spec_file_name> [+c] &
Where:
-
priority
Specify the priority at which to run this task (8-9).
spec_file_name
Specify name of the specification file for this instance.
+c
Optional. Specify this argument to indicate that the task is critical and should cause the watchdog to trip if is not responding.
Example:
-
gen_solver 8 /specs/solver.1 &
gen_solver 9 solver.1 +c &
Both of these instances use the file /specs/solver.1 for specifications. The second instance is marked as critical and will cause the watchdog to trip if the program does not respond. This implies that the specifications contain a valid interval.
Notes:
-
The task may consume significant CPU time if not running at the SLO interval. Ensure the priority is set appropriately.