Jobclasses
A jobclass allows multiple job parameters to be set in a single object that can be requested at submission time.
Find the Available Jobclasses
% nc jobclass [OPTIONS]
The jobclass subcommand accepts the repeatable option -l. 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 provides the Jobclass page. This page shows a table of the job classes, 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
% nc run -C short sleep 10
% nc run -C verilog -e DEFAULT -- run_sim chip
% nc run -e DEFAULT -C verilog -- run_sim chip
In 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.