mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 21:39:02 +00:00
update README.md
This commit is contained in:
parent
55f8dc588f
commit
e48b804730
1 changed files with 1 additions and 6 deletions
|
@ -137,16 +137,11 @@ brew install gcc make cmake fio git wget highs zeromq
|
||||||
|
|
||||||
### Build, Download, and Test
|
### Build, Download, and Test
|
||||||
|
|
||||||
First, clone our repo from [Github](https://github.com/Lizonghang/prima.cpp):
|
First, clone this repo and build the project:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/Lizonghang/prima.cpp.git
|
|
||||||
cd prima.cpp
|
cd prima.cpp
|
||||||
```
|
|
||||||
|
|
||||||
Then, run the following command to build the project:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
# If you are on the device with rank 0, USE_HIGHS=1 must be added:
|
# If you are on the device with rank 0, USE_HIGHS=1 must be added:
|
||||||
make USE_HIGHS=1 -j$(nproc)
|
make USE_HIGHS=1 -j$(nproc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue