Skip to content

Commit ad1aa77

Browse files
committed
typo
1 parent b0f53c0 commit ad1aa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ $> pip install .
139139
Various example scripts are contained in src/Drivers/hiopbbpy/ that can be run directly from said directory, e.g.,
140140
141141
```shell
142-
$> python BODriverEx.py
142+
$> python BODriverEX.py
143143
```
144144
145145
or to run the same script but utilizing MPI parallelism with 4 workers
146146
147147
```shell
148-
$> env MPI4PY_FUTURES_MAX_WORKERS=4 mpiexec -n 1 python BODriverEx.py
148+
$> env MPI4PY_FUTURES_MAX_WORKERS=4 mpiexec -n 1 python BODriverEX.py
149149
```
150150
151151
## Dependencies

0 commit comments

Comments
 (0)