Skip to content

Commit

Permalink
Modifications to introductory paragraph
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Neilson <[email protected]>
  • Loading branch information
ddneilson committed Jul 15, 2024
1 parent 430448b commit 2570953
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions wiki/Introduction-to-Creating-a-Job.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Introduction to Creating a Job

This page guides you through developing a Job using Open Job Description. Going through this guide will introduce you to the
[Open Job Description CLI](https://pypi.org/project/openjd-cli/) to develop and test jobs without needing to submit them
to a compute cluster, and how to configure the [Visual Studio Code](https://code.visualstudio.com/) editor to help you write
Open Job Description templates.
This page guides you through developing a Job using Open Job Description. A Job in Open Job Description
is a set of commands that are run on distributed compute hosts subject to ordering, parallelism,
and other hardware and scheduling constraints. Open Job Description defines Jobs via a Job Template that
describes the Job's shape, runtime environment, and the processes that will run. So, creating a Job is an exercise in creating
a Job Template. Going through this guide will introduce you to the [Open Job Description CLI](https://pypi.org/project/openjd-cli/)
to develop and test jobs without needing to submit them to a compute cluster, and how to configure the
[Visual Studio Code](https://code.visualstudio.com/) editor to help you write Open Job Description templates.
You will also go through a gradual introduction to constructing Job Templates to define your Jobs that shows
you how to:

Expand Down

0 comments on commit 2570953

Please sign in to comment.