Search

Search

Help

Page 95 of 110. Showing 1,096 results (0.037 seconds)

  1. 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…
    Qube 6.9Jul 05, 2017
  2. 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…
    Qube 7.0Nov 04, 2020
  3. 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
    Qube 6.4 / … / Practical example Renderman jobApr 12, 2013
  4. 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…
    Qube 6.5 / … / PerlNov 08, 2012
  5. execute.py

    ': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…
    Qube 6.5 / … / HelloworldNov 08, 2012
  6. execute.py

    ': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…
    Qube / … / HelloworldOct 15, 2014
  7. 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…
    Qube / … / PerlOct 15, 2014
  8. 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
    Qube / … / Practical example Renderman jobOct 15, 2014
  9. 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…
    Qube 6.6 / … / PerlMay 11, 2015
  10. 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…
    Qube 6.6 / … / Advanced DependenciesMay 11, 2015