Search

Search

Help

Page 13 of 40. Showing 393 results (0.011 seconds)

  1. What directory will my job run in?

    It will run in the same directory as it was submitted in, as long as that directory is valid on the executing Worker.…
    Qube 6.4Nov 05, 2012
  2. Jobs fail with "ERROR: unsupported perl version 5.010000"

    To get around this issue, install Perl 5.6 - Perl 5.14.…
    Qube 6.4Nov 05, 2012
  3. Add a lag between worker job launches

    The qb.conf setting you need to use is: worker_job_start_delay The field is in seconds. worker_job_start_delay = 10…
    Qube 6.4Nov 05, 2012
  4. How do I run the same job on every host?

    qbsub --flags host_list command…
    Qube 6.4Nov 05, 2012
  5. I'm getting "file not available" errors on my Windows jobs

    Most likely, your drives are not mapped correctly on the Worker. Here are some notes on how to make sure your Workers can properly map drives at execution time: The Worker will automatically try to map a) all the drives mapped on the submitting machine, a…
    Qube 6.4Nov 05, 2012
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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