5.8.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
20
21
Computation of Gray Scott reaction on GPU with nvc++

# Requirements

- NVidia HPC SDK >= 21.9
- cmake > 3
- make
- hdf5

# Compilation and use

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

With environnement variables **CC**, **CXX** and **NVCPP** set with their respective programs.


Le fichier README.md est disponible ici.