@@ -25,8 +25,8 @@ the darts python package directory, for example `WPy64-39100\python-3.9.10.amd64
## Linux (multithread)
1. Install python3, python3-dev, and pip
2.Install numpy (`pip install numpy`)
3.Run `build_darts.sh 0` for build multithread engines with iterative linear solvers or `build_darts.sh 1` for build sequential engines with ODLS. Pass the second argument to use more cores for build, for example with 8 threads: `build_darts.sh 0 8`.
2.Run `build_darts.sh 0` for build multithread engines with iterative linear solvers or `build_darts.sh 1` for build sequential engines with ODLS. Pass the second argument to use more cores for build, for example with 8 threads: `build_darts.sh 0 8`.
3.Install the python package: `pip install .`
## Linux (multithread+GPU)
...
...
@@ -48,3 +48,14 @@ use this [solution](https://github.com/NVIDIA/nccl/issues/102#issuecomment-10214
3. Do the steps from the Linux (multithread) instruction with `make gpu` (multithread with GPU support) instead of `make mt` (multithread).