Use of Resources: -r <res1 res2 ...>

Note: Since this option accepts multiple arguments, you need to terminate the resource list explicitly with another option, or "--" if no other option is needed.
  1. Submit a job that only runs on Linux machine:
    % nc run -r os=linux64 -- sleep 10
  2. Submit a job that requires resources "License:spicy" and "hspice":
    % nc run -r License:spicy -- sleep 10