To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker. This is the simplest form of job submission.
Below is the code with commented explanations of its contents
This example and others like it can be found in:
- Windows - C:\Program Files\pfx\qube\examples
- OS X - /Application/pfx/qube/examples
- Linux - /usr/local/pfx/qube/examples
Continue to Basic python job submission II. Frames