Use Jobclasses
A jobclass allows multiple job parameters to be set in a single object that can be requested at submission time.
Find Jobclasses
To list the available classes from the command line, use the jobclass subcommand of the wx command.
wx: Usage Message
  WX JOBCLASS:
          List classes defined for job submission
  USAGE:
          % wx jobclass [OPTIONS]
  OPTIONS:
          -h                   -- This help
          -l                   -- Long format (with description)
          -ll                  -- Longer format.
          -v                   -- Increase verbosity.
  EXAMPLES:
          % wx jobclass
          % wx jobclass -l
          % wx jobclass -ll
  
            % wx jobclass
  1 short
  2 interactiveThe jobclass subcommand accepts the repeatable option -1. The first option includes the description, and the second option shows the values to which VOV_JOB_DESC slots will be set.
In addition, Accelerator Plus provides the Jobclass page. This page shows a table of the jobclass, with links to the definitions of each class, and to the sets containing the jobs in that class. It also shows the pass/fail status as a bar graph.
Submit Jobs Using Jobclasses
% wx run -C short sleep 10Jobs in a class are automatically added to a set named after the class, for example
                    Class:interactive. 
% wx run -C verilog -e DEFAULT -- run_sim chip
% wx run -e DEFAULT -C verilog -- run_sim chipIn the first invocation, the option -e overrides the specifications for the environment to be used for the job. In the second invocation, the environment is determined by the definition of the verilog jobclass.