cpu_bc:CPU上的多线程中间性(BC)

时间:2021-05-05 22:30:30
【文件属性】:
文件名称:cpu_bc:CPU上的多线程中间性(BC)
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-05 22:30:30
C++ CPU的中间性(BC) 加权图上BC的CPU实现作者:刘航( ) 环境要求: g ++,openmp 编译 制作 执行 ./cpu_bc /path/to/beg.bin /path/to/csr.bin /path/to/weight.bin num_threads 图形转换器 当前,我们支持从基于矩阵的文本格式转换图形。 (贷给杨虎) 转换器的源代码位于./converter文件夹中 编译: g ++ converter.cpp -o转换器 执行: ./converter /path/to/matrix_graph.txt(请确保此文件中没有空白行) 您将获得四个文件: beg.bin,csr.bin,weight.bin和degree.bin。 前三个文件正是CPU BC执行所需的文件
【文件预览】:
cpu_bc-master
----bc.h(630B)
----converter()
--------converter.cpp(3KB)
----wtime.h(267B)
----graph.h(496B)
----bc.cpp(3KB)
----README.md(834B)
----Makefile(579B)
----util.h(536B)
----cpu_bc.cpp(2KB)
----graph.cpp(1KB)

网友评论