From 66041080c500a518de03f7e4cec560f45468865e Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi <72734524+hamidrezanorouzi@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:54:50 +0430 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3dbeb81..b46f5b65 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ phasicFlow should work with every gnu compiler that implements C++17 standards. # 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 serial execution -## build for parallel execution on CPU +### build for parallel execution on CPU -## build for parallel execution on CUDA-enabled GPUs +### build for parallel execution on CUDA-enabled GPUs # How to use phasicFlow?