Search
Page 65 of 164. Showing 1,631 results (0.027 seconds)
qbkill
card token representing all the user's jobs. Options Option Description --work Kill work (default: on) --subjob Kill subjobs (default: on) --running…qbpreempt
Ask a job to release its worker job slots, let the current work (frame) finish Description qbpreempt requests the Supervisor to tell a job to release its host…qbkill
card token representing all the user's jobs. Options Option Description --work Kill work (default: on) --subjob Kill subjobs (default: on) --running…qbpreempt
Ask a job to release its worker job slots, let the current work (frame) finish Description qbpreempt requests the Supervisor to tell a job to release its host…Adding custom columns
. This document explains how. How-to For this example, let's assume your facility has written custom data to a frame's (aka "work item", aka "agenda item") resultpackage, using the key…Basic dependencies
with commented explanations of its contents #!/usr/bin/python import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH…Basic dependencies
with commented explanations of its contents #!/usr/bin/python import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH…Basic dependencies
that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python…Basic dependencies
that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python…Basic dependencies
that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python…