Skip to content

Commit 28c1eab

Browse files
authored
Update README.md
1 parent b225d55 commit 28c1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is done by setting
1919
to either 4 or 8, depending on whether AVX2 or AVX512 is available on the target platform. If in doubt, the default setting should work sufficiently well everywhere.
2020
2121
## Running the Code
22-
To run 20 iterations of the code on a grid of 128 times 64 times 64 voxels using 12 cores the following commands are used:
22+
The default design problem is a 2x1x1 cantilever problem. To run 20 iterations of the code on a grid of 128 times 64 times 64 voxels using 12 cores the following commands are used:
2323
```bash
2424
$ export OMP_NUM_THREADS=12
2525
$ export GOMP_CPU_AFFINITY=0-11

0 commit comments

Comments
 (0)