Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 authored May 15, 2019
1 parent a20dadd commit 9d575cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ This will report whether the QuEST library has been built correctly and whether

Tests will automatically run in distributed mode on four processes if -DDISTRIBUTED=1 is set at compile time, and on GPU if -DGPUACCELERATED=1 is set at compile time. In order to set the number of process on which the tests should be run, set:
```bash
cmake -DMPIEXEC_MAX_NUMPROCS=4
cmake -DMPIEXEC_MAX_NUMPROCS=4 ..
```

Note, the most common reason for unit tests failing on a new platform is running on a GPU with the incorrect GPU_COMPUTE_CAPABILITY. Remember to specify this at compile time for [your device](https://developer.nvidia.com/cuda-gpus). Eg, for a P100, use
Expand Down

0 comments on commit 9d575cb

Please sign in to comment.