Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    By default Qube! chooses any host (Worker) in the list of hosts which qualify. If given a choice, a job is allowed to prefer a particular host based upon its attributes. This is established using the Qube! resources and priorities defined earlier in the Requirements section of this document.

    ...

    Choose the fastest host with the most available worker_slots:
    qbsub --hostorder "host.processor_speed,host.processors.avail" Render myscene.ma

     

    Notes:
    Note that the system will use the hostorder specification only when initially choosing the most preferable worker host Worker for the job itself.  Once Once it has chosen a host, it will try to fill it up with instances from the job until the host is full. In other words, the system will NOT not attempt to apply the hostorder to select a host for each individual instance.