Skip to content

Commit 4c96c6f

Browse files
test
1 parent 196b7a1 commit 4c96c6f

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

doc/mdDocs/howToBuild-V1.0.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,29 @@ You can build PhasicFlow for CPU or GPU. You can have a single build or oven mul
55
If you want to install PhasicFlow on **Windows OS**, just see [this page](https://www.cemf.ir/installing-phasicflow-v-1-0-on-ubuntu/) for more information.
66

77
# Required packages
8+
89
You need a list of packages installed on your computer before building PhasicFlow:
10+
911
* git, for cloning the code and package management
1012
* g++, for compiling the code
1113
* cmake, for generating build system
1214
* Cuda-12.x or above (if GPU is targeted), for compiling the code for CUDA execution.
1315

14-
1516
### Installing packages
16-
Execute the following commands to install the required packages (Except Cuda). tbb is installed automatically.
17+
18+
Execute the following commands to install the required packages (Except Cuda). tbb is installed automatically.
1719

1820
```bash
1921
sudo apt update
2022
sudo apt install -y git g++ cmake cmake-qt-gui
2123
```
22-
2324

2425
### Installing Cuda for GPU execution
25-
If you want to build PhasicFlow to be executed on an nvidia-GPU, you need to install the latest version of Cuda compiler (Version 12.x or above), which is compatible with your hardware and OS, on your computer.
26+
27+
If you want to build PhasicFlow to be executed on an nvidia-GPU, you need to install the latest version of Cuda compiler (Version 12.x or above), which is compatible with your hardware and OS, on your computer.
2628

2729
# How to build?
30+
2831
Here you will learn how to build PhasicFlow for single execution mode. Follow the steps below to install it on your computer.
2932
Tested operating systems are:
3033
* Ubuntu-22.04 LTS
@@ -111,13 +114,15 @@ cmake ../ -DpFlow_Build_Cuda=On -DpFlow_Build_Double=Off
111114
```
112115

113116
### Step 5: Testing
117+
114118
In the current terminal or a new terminal enter the following command:
115119

116120
```bash
117121
checkPhasicFlow
118122
```
119123

120124
This command shows the host and device environments and software version. If PhasicFlow was build correctly, you would get the following output:
125+
121126
```
122127
Initializing host/device execution spaces . . .
123128
Host execution space is Serial

0 commit comments

Comments
 (0)