We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2bf35 commit 5faf571Copy full SHA for 5faf571
README.md
@@ -134,6 +134,20 @@ HiOpBBpy can be built via pip. A standard build can be done by invoking the foll
134
$> pip install .
135
```
136
137
+## Usage
138
+
139
+Various example scripts are contained in src/Drivers/hiopbbpy/ that can be run directly from said directory, e.g.,
140
141
+```shell
142
+$> python BODriverEx.py
143
+```
144
145
+or to run the same script but utilizing MPI parallelism with 4 workers
146
147
148
+$> env MPI4PY_FUTURES_MAX_WORKERS=4 mpiexec -n 1 python BODriverEx.py
149
150
151
## Dependencies
152
153
HiOpBBpy dependencies are listed in the pyproject.toml file.
0 commit comments