4.1.3 : Le fichier README.md

Le fichier README.md :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Computation of Gray Scott reaction on GPU with Cuda

# Requirements

- cuda toolkit
- cmake > 3
- make
- hdf5

# Compilation and use

```sh
	$ cd GrayScottGpuCuda
	$ mkdir build
	$ cd build
	$ cmake ..
	$ make
	$ make plot_all
```


Le fichier README.md est disponible ici.