Search
Page 71 of 107. Showing 1,065 results (0.01 seconds)
Unix_Linux
worker_template_path="/usr/local/pfx/qube/types:/site/qube/types" In the above example, the administrator properly specified Qube's default types as well as included a network-mounted directory, which contains the studio's custom job types. Once this is d…qb_init()
This function is called for every thread once before executing the algorithm. This is to allow developers to do pre-initialization such as opening a database.…qb_starthost_init()
This function is called for every thread before executing the qb_jobcmp() function.…qb_jobcmp($joba, $jobb, $host)
This is a comparison function similar to that used in the Perl "sort" routine. @items = sort { $a <=> $b } @items; The comparison function is given 2 jobs, "a" and "b" relative to a single host. For queuing algorithms which don't take the host's propertie…qb_starthost_deinit()
This function is called for every thread after executing the qb_jobcmp() function.…qb_hostcmp($hosta, $hostb, $job)
Like the qb_jobcmp() function, this is a comparison function similar to that used in the Perl "sort" routine. @items = sort { $a <=> $b } @items; This comparison function is given 2 hosts, "a" and "b" relative to a single job. Although this is not as crit…Job Flags
_jobFlags…QAV Menus
Screen Shot 2012-10-15 at 14.46.04.png qubeArtistView (Edit in windows): Preferences Click for further information File: Reload Plugins: Reloads all user tabs and user right-click menus Submit: Provides a list of job types for submission Note: submis…QAV Searchfilter
QAV1-0searchbar.png Search Filter: Allows one to filter the Jobs and Hosts in the JobList and HostList panels. Simply type in words for a string matching. It will search through users, job names, and job ids. Refresh : Refresh information from the super…QAV Hosts Layout
Host Status At-a-Glance Pane Graphically displays host status. hostlayout.png Host Details Tabs Host Properties : tab displays details about the host including the properties, resources and in-stalled job types. host_config.png Host Configuration: tab wi…