Search
Page 13 of 40. Showing 393 results (0.011 seconds)
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.…Jobs fail with "ERROR: unsupported perl version 5.010000"
To get around this issue, install Perl 5.6 - Perl 5.14.…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…How do I run the same job on every host?
qbsub --flags host_list command…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…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…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.…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…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…qbjobs
| | | | | list jobs Description qbjobs displays a list of currently active jobs in the Qube queueing system software. Usage qbjobs [options] [JobID…|0] where…