Search
Page 16 of 40. Showing 393 results (0.019 seconds)
1 - qube job basics .png
14 - Qube Advanced job control.png
14 - Qube Advanced job control.png
My Maya job won't launch
Looks like your account isn't set up to include the maya bin directory in the PATH environment. Make sure you set up the MAYA_LOCATION as well. If your shell is /bin/bash put the following in your $HOME/.profile: export QBDIR=/Applications/pfx/qube export…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.…Creating a new SimpleCmd
" # hasRange=False means that this will be a cmdline job - only one # command for the job # canChunk=False means that there is no chunking option. This is # implied by hasRange…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…