You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,19 @@ abstract job specifications into concrete scripts and commands to send to the
13
13
scheduler. PSI/J was built by a team with decades of experience building
14
14
workflow systems for large scale computing. PSI/J has a number of advantages:
15
15
16
-
#. **Runs entirely in user space:** no need to wait for infrequent deployment cycles, it's easy to leverage built-in or commmunity-provided plug-ins.
16
+
#. **Runs entirely in user space:** No need to wait for infrequent deployment cycles, it's easy to leverage built-in or commmunity-provided plug-ins.
17
17
18
-
#. **An asynchronous modern API for job management:** a clean Python API for requesting and managing jobs.
18
+
#. **An asynchronous modern API for job management:** A clean Python API for requesting and managing jobs.
19
19
20
-
#. **Supports the common batch schedulers:** we test PSI/J across multiple DOE supercomputer centers. It's easy to test PSI/J on your systems and share the results with the community.
20
+
#. **Supports the common batch schedulers:** We test PSI/J across multiple DOE supercomputer centers. It's easy to test PSI/J on your systems and share the results with the community.
21
21
22
22
#. **Built by the HPC community, for the HPC community:** PSI/J is based on a number of libraries used by state-of-the-art HPC workflow applications.
23
23
24
-
#. **PSI/J is an open source project:** we are establishing a community to develop, test, and deploy PSI/J across many HPC facilities.
24
+
#. **PSI/J is an open source project:** We are establishing a community to develop, test, and deploy PSI/J across many HPC facilities.
25
25
26
26
Most HPC centers now feature multiple schedulers, rolling policy changes and
27
27
deployments of software stacks, and subtle differences even across systems with
28
-
similar architectures. **PSI/J is designed to tame this complexity** and provide
28
+
similar architectures. **PSI/J is designed to tame this complexity** and provide
29
29
computational scientists and workflow developers a common API for interacting
0 commit comments