Search
Page 18 of 26. Showing 252 results (0.014 seconds)
Buttons
->File…" or from the qbsub commandline or API. Cancel: Cancel the job submission and close the dialog. Submit: Submit the job with the specified parameters to the Qube Supervisor.…How to submit a job to only empty workers, regardless of slot count
to: host.processors.used=0 set the job's reservations to: host.processors=1+ Command-line example qbsub --reservations host.processors=1+ --requirements "host.processors.used=0" ... API…How to submit a job to only empty workers, regardless of slot count
to: host.processors.used=0 set the job's reservations to: host.processors=1+ Command-line example qbsub --reservations host.processors=1+ --requirements "host.processors.used=0" ... API…How to submit a job to only empty workers, regardless of slot count
to: host.processors.used=0 set the job's reservations to: host.processors=1+ Command-line example qbsub --reservations host.processors=1+ --requirements "host.processors.used=0" ... API…_SimpleCMD_QubeWorkerSelection
the workers that this job can only run on specific clusters Example: submit a job that will run only in /farm: "qbsub -cluster /root -restriction /root" submit a job…_SimpleCMD_QubeWorkerSelection
the workers that this job can only run on specific clusters Example: submit a job that will run only in /farm: "qbsub -cluster /root -restriction /root" submit a job…Job States
the start state, a developer/user may specify it through the job structure in the API, or through the command line: Example: % qbsub --state blocked ls monospacing for all commands…supervisor_language_flags
used when a client-side script needs the Qube job to complete before continuing. "Qbsub --waitfor" or qb.waitfor() make use of this flag mail 16 / 0010000 Enables the mail…Job States
the start state, a developer/user may specify it through the job structure in the API, or through the command line: Example: % qbsub --state blocked ls…supervisor_language_flags
to complete before continuing. "Qbsub --waitfor" or qb.waitfor() make use of this flag mail 16 / 0010000 Enables the mail function to work when a job is submitted with the email…