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.
-
Submit a job that only runs on Linux machine:
% nc run -r os=linux64 -- sleep 10
-
Submit a job that requires resources "hpux" and "hspice":
% nc run -r hpux hspice -- sleep 10