Search
Page 1 of 8. Showing 73 results (0.015 seconds)
What does a job CPUs, a job's subjobs, and the Host Resource "host.processors" mean with respect to Machine Cores?
Qube does not explicitly restrict a job to run on a particular core. It leaves that up to the applications to determine. If this is the case, then what to these terms used…How do I submit a frame render using qbsub?
the job naively using qbsub: qbsub -cpus 10 Render --start 1 --end 100 scene Your going to have each subjob (all 10 of them) render the whole scene from frames 1-100. Not good…How to use the mental ray Distributed Bucket Render (DBR) or V-Ray Distributed Render (DR) feature with Qube!
How to use the mental ray Distributed Bucket Render (DBR) or V-Ray Distributed Render (DR) feature with Qube! Please read this file carefully, if you would like to take…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…qbsub
--user string User account to use Note: needs admin or impersonation privilege --domain string Qube domain to use Note: needs admin or impersonation privilege --cpus…qblock
(default: on) --unlock Unlock the Worker (deprecated: use qbunlock) --range string Range string of CPU slots to lock/unlock --value Specify custom lock…qbunlock
the Worker (deprecated: use qblock) --unlock Unlock the Worker --range string Range string of CPU slots to lock/unlock --value Specify custom lock…qbjobs.pl
- Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX Limited Liability Corporation. 2007 # All Rights Reserved. # # US Government Users Restricted Rights - Use, duplication…submit-p-agenda-job.pl
(supervisor_default_p_agenda_priority) $job->{'p_agenda_priority'} = 123; # (Optional) specify the number of subjobs ("cpus") to use for processing # the p-agenda items…callback3.pl
Materials - Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX Limited Liability Corporation. 2007 # All Rights Reserved. # # US Government Users Restricted Rights - Use…