/emptygaz

Primary LanguageC++

Test "simple"

test unitaire sur l'utilisation de Cuda / Qt4 / Cmake / Boost / C++11 dans l'objectif d'avoir une chaine de compilation générique Windows/Linux

Compile et test sous linux :

git clone https://github.com/aplyer/emptygaz.git
cd emptygaz
mkdir build
cmake ..
make
./src/emptygaz_exe ../conf.ini
ouvre fichier : ../conf.ini
param toto::titi : hello
test GPU
on recupere le resultat
resultat GPU (42?) : 0

Pour tester la lib json :

Décommenter dans ./src/CMakeLists.txt les lignes 10 à 17 puis :
make
./src/emptygaz_json ../conf.json
test json
open json : ../conf.json
toto : 42
titi : hello