mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@ -10,9 +10,15 @@ phasicFlow should work with every gnu compiler that implements C++17 standards.
|
|||||||
* CPU builds: It requires gcc-6.x or higher.
|
* CPU builds: It requires gcc-6.x or higher.
|
||||||
* GPU (CUDA): NVCC-10.x or higher.
|
* GPU (CUDA): NVCC-10.x or higher.
|
||||||
|
|
||||||
# How to build
|
# How to build?
|
||||||
|
phasicFlow uses CMake as the build system. you need to have CMake-3.22 or higher installed on your machine.
|
||||||
|
|
||||||
# How to use
|
## build for serial execution
|
||||||
|
|
||||||
|
## build for parallel execution on CPU
|
||||||
|
|
||||||
|
## build for parallel execution on CUDA-enabled GPUs
|
||||||
|
|
||||||
|
# How to use phasicFlow?
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user