Skip to content

Commit 57e6a21

Browse files
committed
🔨 Fix instructions for running openmp schedule
1 parent 8fa04f6 commit 57e6a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ The CB-Geo MPM code uses a `JSON` file for input configuration. To run the mpm c
178178
For example:
179179

180180
```
181-
export OMP_SCHEDULE="static, 4"
182-
./mpm -f /path/to/input-dir/ -i mpm-usf-3d.json -p 8
181+
export OMP_SCHEDULE="static,4"
182+
./mpm -f /path/to/input-dir/ -i mpm-usf-3d.json
183183
```
184184

185185
Where:

0 commit comments

Comments
 (0)