Skip to content

Commit

Permalink
Formatting README file
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvJalb committed Dec 7, 2021
1 parent 736c0aa commit a7b87d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 3D Heat Equation Solver - Using GPU
![TO DO](./equation-in-french.png)

# Execute solvers
# Run solvers

If you want testing and compare CPU and GPU solvers:
''' bash
``` bash
make && heatTest.x
'''
```

To compile and run CPU solver:
''' bash
``` bash
make && mainCPU.x
'''
```

To compile and run GPU solver:
''' bash
``` bash
make && mainGPU.x
'''
```

Solutions will be save in VTK files format.
-> ***Solutions will be save in VTK files format.***

0 comments on commit a7b87d1

Please sign in to comment.