3.4.3.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
22
Some example of how to use NVC++ with C++17 and GPU

# Requirements

- nvc++ compiler (from NVIDIA HPC SDK 20.11)
- cmake > 3
- make
- gnuplot
- libtbb, libtbb-dev

# Performances with nvc++

With the environnement variable **NVCPP** pointing to your nvc++ compiler.

```sh
	$ cd HadamardProductNvcpp
	$ mkdir build
	$ cd build
	$ cmake .. -DGPU_MODE=yes -DCMAKE_CXX_COMPILER=$NVCPP
	$ make
	$ make plot_all
```


Le fichier README.md est disponible ici.