gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines
10 stars 6 forks source link

Add Galois to txt2json.py #4

Closed jowens closed 7 years ago

jowens commented 8 years ago

txt2json.py does not currently support the nice Galois results I just uploaded.

ffarhour commented 8 years ago

I had a look at the script and I may be able to add Galois to txtjson.py. But I will need the original txt files from the other engines as a point of comparison e.g. txt outputs from gunrock. Would I need to build gunrock and generate them myself or can I find them somewhere?

jowens commented 8 years ago

Not sure. @huanzhang12? @yzh?

huanzhang12 commented 8 years ago

Hi Farhour,

In txt2json.py, starting from line 253, you will see some variable defining the .txt input file path for each engine. For example, for Ligra the path is "/data/Compare/ligra_may22-2014/ppopp16/*-result"

Hope this helps.

Thanks, Huan

ffarhour commented 8 years ago

Hi @huanzhang12. The folder you mentioned is not in the repo. I tried checking mario, but couldn't find them. Are the files on mario? If so, could you direct me to where they are? thanks

huanzhang12 commented 8 years ago

Yes, they were on mario. @yzhwang might move some of them after I wrote the script. You can try results files for BC. I just checked and there are still there: /data/Compare/gpu_BC/ppopp16/*.txt

neoblizz commented 7 years ago

Addressed in https://github.com/gunrock/io/commit/de830b302f56a7923d0fc5fbd6c0f87e36b649e5.