From 621d9065c8c7e63aae12d5348c9e155916395c20 Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi <72734524+hamidrezanorouzi@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:54:24 +0430 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ee5f0fc..f3dbeb81 100644 --- a/README.md +++ b/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. * GPU (CUDA): NVCC-10.x or higher. -# How to build - - -# How to use +# How to build? +phasicFlow uses CMake as the build system. you need to have CMake-3.22 or higher installed on your machine. + +## build for serial execution + +## build for parallel execution on CPU + +## build for parallel execution on CUDA-enabled GPUs + +# How to use phasicFlow?