Job Submission Arguments
Job submission can be affected by the value of the optional variables NC_RUN_ARGS and NC_RUN_ARGS, which specify a list of arguments that are pre-pended and appended to the argument list passed to the submission command.
For example, if the variables are defined as
                follows:
            % setenv NC_RUN_ARGS "-D"
% setenv NC_RUN_ARGS_AFTER "-jobproj myproj123"Then the submission 
            % nc run -p high sleep 10Becomes
                effectively
        % nc run -D -p high -jobproj myproj123 sleep 10