Search

Search

Help

Page 1 of 40. Showing 393 results (0.013 seconds)

  1. What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?

    As we discussed, a host group is like an "alias" for a set of machines. You can assigned a host to more than one group, but jobs sent to the group will only run on those…
    Qube 6.4Nov 05, 2012
  2. How to easily kill or remove an entire job process group

    deletionCascade.pyQube jobs can belong to a process group, which is normally how a group of jobs define their inter-dependencies. These process groups can be viewed…
    Qube 6.4Mar 29, 2013
  3. Group Permissions

    Qube user groups are designed to collect a set of users into a kind of partition where each user can only control other jobs owned by users in the same group. Each user…
    Qube 6.4Oct 12, 2012
  4. Process group labels

    Process group labels exist to provide the developer with an abstract method of determining job relationships independent of the job name or job ID relative to the process…
    Qube 6.4Sep 27, 2013
  5. Worker Host Groups

    Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job. To set up a host group, the Worker needs…
    Qube 6.4Oct 18, 2012
  6. but what if I want each client to only submit to a specific group?

    To do that, you would need to go back to the cluster, establish worker restrictions, then set the client cluster to submit jobs to the appropriate cluster. 1. You will need…
    Qube 6.4Nov 05, 2012
  7. Job Labels

    is that the jobs be submitted under the same process group. Within the process group, labels must be unique. Note: Qube's Supervisor automatically enforces the uniqueness requirement…
    Qube 6.4Oct 22, 2012
  8. Job Dependencies

    --waitfor 220 sleep 60 224 Example(Dependency) % qbsub --name jobA sleep 60 220 % qbsub --name jobB --dependency complete-job-220 sleep 60 224 Process Groups Qube process groups
    Qube 6.4May 23, 2013
  9. Job logs

    subjobs. The jobs are located in groups of 1000 and are created under the job_ID / 1000 + 1000 directory. The logs are grouped this way to make archiving simple. The exact specification…
    Qube 6.4Oct 18, 2012
  10. qb_rejectjob($job, $host)

    to run the job. Simple uses of this function can include things such as keeping special accounts from executing jobs or reserving specific hosts for specific groups of people.…
    Qube 6.4Oct 12, 2012