Update README
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
# cpu_check
|
# CPU Check
|
||||||
|
|
||||||
`NOTE:` BETA code, work-in-progress.
|
|
||||||
|
|
||||||
CPU torture test designed for SMP systems, attempting to find CPU hardware faults, focusing primarily on the x86_64 architecture.
|
CPU torture test designed for SMP systems, attempting to find CPU hardware faults, focusing primarily on the x86_64 architecture.
|
||||||
|
|
||||||
@@ -29,8 +27,8 @@ Designed to run under Unix/Linux OS.
|
|||||||
## Building
|
## Building
|
||||||
|
|
||||||
```
|
```
|
||||||
sh$ git clone git@github.com:stixpjr/cpu_check.git
|
sh$ git clone --recursive https://github.com/google/cpu-check.git
|
||||||
sh$ cd cpu_check
|
sh$ cd cpu-check
|
||||||
sh$ mkdir build
|
sh$ mkdir build
|
||||||
sh$ cd build
|
sh$ cd build
|
||||||
sh$ cmake ..
|
sh$ cmake ..
|
||||||
@@ -51,7 +49,6 @@ to cmake via, eg:
|
|||||||
## TODO:
|
## TODO:
|
||||||
|
|
||||||
* Use git submodules for:
|
* Use git submodules for:
|
||||||
* farmhash: https://github.com/google/farmhash
|
|
||||||
* highwayhash: https://github.com/google/highwayhash
|
* highwayhash: https://github.com/google/highwayhash
|
||||||
* crc32c: https://github.com/google/crc32c
|
* crc32c: https://github.com/google/crc32c
|
||||||
* cityhash: https://github.com/google/cityhash
|
* cityhash: https://github.com/google/cityhash
|
||||||
|
Reference in New Issue
Block a user