This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
andreagus
/
rodinia-benchmark
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Branch:
wip/platform-unification
Branch-ok
Tag-ek
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
data
/
bfs
/
inputGen
/
Makefile
Makefile
99 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
7
8
FLAGS := -std=c++0x -fopenmp
graphgen: graphgen.cpp
g++ $(FLAGS) -o $@ $<
clean:
rm graphgen