Search

Search

Help

Page 17 of 40. Showing 393 results (0.023 seconds)

  1. I want to install 3DS Max in a nonstandard location. How do I inform the Job Type?

    Edit the default_3dsmax_locations in the jobtypes/3dsmax/job.conf file…
    Qube 6.4Nov 05, 2012
  2. How do I get an AFP drive to mount automatically when the job executes?

    Normally, the Finder will automatically mount the AFP share if the "mount at login"box is checked. However, since the Worker doesn't launch a Finder, you will have to set the mount in a .login.…
    Qube 6.4Nov 05, 2012
  3. I'm working on a Job Type, and I want to run a different version of Perl or Python?

    User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable to point to the version of the scripting language you prefer…
    Qube 6.4Nov 05, 2012
  4. jobSubmit05.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): # # set up the first job # job = {} job['name…
    Qube 6.4 / … / PythonNov 08, 2012
  5. jobSubmit04.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…
    Qube 6.4 / … / PythonNov 08, 2012
  6. qbjobs

    | | | | | list jobs Description qbjobs displays a list of currently active jobs in the Qube queueing system software. Usage qbjobs [options] [JobID…|0] where…
    Qube 6.4Oct 17, 2012
  7. jobSubmit03.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…
    Qube 6.4 / … / PythonNov 08, 2012
  8. jobSubmit06.py

    '); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…
    Qube 6.4 / … / PythonNov 08, 2012
  9. Glossary of Terms

    Qube! Related Terms Agenda: Agenda items (or Frames) refers to the granular list of items to be processed. AppFinder: AppFinder Jobs will "find" a particular…
    Qube 6.4Mar 12, 2013
  10. submit-agenda-timeout-job.py

    qb # This script demonstrates how to submit a job with agenda (frame) timeouts, # using a simple "cmdrange" job. # The trick is to set up a timeout value for agenda items via…
    Qube 6.4 / … / PythonNov 08, 2012