Search
Page 95 of 110. Showing 1,096 results (0.037 seconds)
Service Mode vs. Desktop User Mode
: The worker process is started by a logged in user, usually when that user logs in, and is killed when the user logs out The worker process is owned by the logged in user…Service Mode vs. Desktop User Mode
: The worker process is started by a logged in user, usually when that user logs in, and is killed when the user logs out The worker process is owned by the logged in user…Renderman_demo.py
of this task to the job dictionary for later submission task.append(job) # Below submits the task list to Qube! listOfSubmittedJobs = qb.submit(task) # Below prints out…qbjobs.pl
)); # query Qube! - supervisor for the jobs we want my @jobs = qb::jobinfo($filter); # figure out the max col length for all the jobs. tally_title_lengths(); tally_col_lengths…execute.py
': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…execute.py
': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…qbjobs.pl
)); # query Qube! - supervisor for the jobs we want my @jobs = qb::jobinfo($filter); # figure out the max col length for all the jobs. tally_title_lengths(); tally_col_lengths…Renderman_demo.py
of this task to the job dictionary for later submission task.append(job) # Below submits the task list to Qube! listOfSubmittedJobs = qb.submit(task) # Below prints out…qbjobs.pl
)); # query Qube! - supervisor for the jobs we want my @jobs = qb::jobinfo($filter); # figure out the max col length for all the jobs. tally_title_lengths(); tally_col_lengths…Advanced_Dependancy.py
! listOfSubmittedJobs = qb.submit(task) # Below prints out a list of jobs that have been submitted by name for job in listOfSubmittedJobs: print '%(name)15s: %(id)s…