Search

Search

Help

Page 4 of 7. Showing 68 results (0.013 seconds)

  1. callback2.pl

    . # ##################################################################################### # # This script is an example of how to setup 3 jobs and have them # chain execute. # use lib "../../api/perl"; use qb; # # First we setup the hash for the first job # my…
    Qube 6.4 / … / PerlNov 08, 2012
  2. callback1.pl

    . # ##################################################################################### # # This script is an example of how to setup 2 jobs and have the second depend on the first. # use lib "../../api/perl"; use qb; # # First we setup the hash for the first…
    Qube 6.4 / … / PerlNov 08, 2012
  3. Developer's Guide

    worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube Developer's Guide Python qb module documentation in linked Epydoc http://epydoc.sourceforge.net/ format…
    Qube 6.4Jun 10, 2013
  4. Simple Job Type front end

    Here is an Perl example of a typical job front end that can handle a job that is based on frames. Example use lib ../api/perl; use qb; my %env = %ENV; my $frames = qb
    Qube 6.4Oct 22, 2012
  5. qbsub.pl

    . # ##################################################################################### # # # use lib $ENV{"QBDIR"}."/api/perl"; use lib "../../api/perl"; use qb; use Getopt::Long; my ($help, $priority, $cluster, $cpus, $export); my $result = GetOptions( "help…
    Qube 6.4 / … / PerlNov 08, 2012
  6. algorithm.pm

    ->{id}; } sub qb_hostcmp { my $hosta = shift; my $hostb = shift; my $job = shift; # # since the hosts which start with 'qb' are the faster hosts on our farm, # we'll use…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  7. bootstrap.py

    ") sys.path.append("/home/anthony/qube/src/api/python"); #load qube libs import qb # obtain input job jobarchive = "job.qja" backend = "execute.py" param = 1; if param < len(sys.argv…
    Qube 6.4 / … / PythonNov 08, 2012
  8. How to add a Qube! button to your maya shelf

    location Windows: c:\program files\pfx\qube\api\python\qb\gui\AppUI\Cinema4D\Qube_Submit\Qube_Submit_WIN.tif OSX: /Applications/pfx/qube/api/python/qb/gui/AppUI/Cinema4D…
    Qube 6.4Nov 05, 2012
  9. qblog.pl

    script to show the how to retrive log data through the api # use lib "../../api/perl"; use lib "$ENV{QBDIR}/api/perl"; use lib "$ENV{QB_DIR}/api/perl"; use qb; use Getopt::Long…
    Qube 6.4 / … / PerlNov 08, 2012
  10. qbjobs.pl

    . # ##################################################################################### # # An example script to show the capabilities of the perl api # use lib "$ENV{QB_DIR}/api/perl"; use lib "../../api/perl"; use qb; use Getopt::Long; my $help, $status, $user; my $result…
    Qube 6.4 / … / PerlNov 08, 2012