File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- # Quick start guide
1+ # Quick Start Guide
22
33This document will guide you through the install procedure and your first hello world example.
44
@@ -17,9 +17,9 @@ If you have conda installed you might want to start from a fresh environment. Th
17172 . ` conda activate psij `
1818
1919
20- Install psij from the github repository:
20+ Install psij from the GitHub repository:
2121
22- 1 . Clone repository into your working directory:
22+ 1 . Clone the repository into your working directory:
2323
2424 ` git clone https://github.com/ExaWorks/psij-python.git `
2525
@@ -32,15 +32,15 @@ Install psij from the github repository:
3232
3333
3434
35- ## Hello world
35+ ## Hello World
3636
3737** Requirements**
3838- python3.7
39- - job executioner, e.g. slurm in this example
39+ - Job executioner, e.g. Slurm in this example
4040
4141** Steps**
4242
43- 1 . Create a file * my-workflow.py* and copy and paste the code below :
43+ 1 . Create a file * my-workflow.py* and copy and paste this code:
4444
4545``` python
4646
@@ -82,7 +82,6 @@ for i in range(N):
8282 jobs[i].wait()
8383
8484```
85- 2 . In this example the number of jobs is 1. Set * N* to the number of jobs you want to run and save file.
85+ 2 . In this example the number of jobs is 1. Set * N* to the number of jobs you want to run and save the file.
8686
87873 . ` python my-workflow.py `
88-
You can’t perform that action at this time.
0 commit comments