This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
andreagus
/
rodinia-benchmark
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
wip/platform-unification
Rami (Branch)
Tag
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
data
/
bfs
/
inputGen
/
Makefile
Makefile
99 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
FLAGS := -std=c++0x -fopenmp
graphgen: graphgen.cpp
g++ $(FLAGS) -o $@ $<
clean:
rm graphgen