Skip to content

Commit 6a981a5

Browse files
authored
Update WORKFLOW-EXAMPLES.md
1 parent dbca58e commit 6a981a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/WORKFLOW-EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for j in [make_job(pdf2textSingularitySpec, None), make_job(text2wordcloudSingul
165165

166166
In this example we demonstrate how to wrap and execute an mpi hello world job with PSI/J. The base mpi command is `mpiexec -n 36 -ppn 36 echo Hello world`. This example is introducing the concept of a [job launcher](https://exaworks.org/psij-python/docs/programming.html#launchers), in this case **mpi**, e.g. `job.spec.launcher = "mpirun"`. The complete example script can be found [here](./).
167167

168-
1. Load psij module and instantiate job executer, e.g. local or Slurm
168+
1. Load psij module and instantiate job executor, e.g. local or Slurm
169169

170170
```
171171
import psij

0 commit comments

Comments
 (0)