代码拉取完成,页面将自动刷新
Graph500-3.0.0 Compiling should be pretty straightforward as long as you have a valid MPI-3 library loaded in your PATH. There is no more OpenMP,Sequential and XMT versions of benchmark. On single node you can run MPI code with reasonable performance. To build binaries change directory to src and execute make. If you are lucky four binaries would be built, two of which are of interest: graph500_reference_bfs runs BFS kernel (and skips weight generation) graph500_reference_bfs_sssp runs both BFS and SSSP kernels Both binaries require one integer parameter which is scale of the graph. Validation can be deactivated by specifying SKIP_VALIDATION=1 as an environment variable. bfs_sssp binary would skip BFS part if SKIP_BFS=1 is present in your environment. If you want to store/read generated graph from/to file use environment variables TMPFILE=<filename> and also REUSEFILE=1 to keep the file. It's advised to use bfs_sssp binary to generate graph files as it generates both files of edges and weights (filename.weights) bfs binary would only use/write edges file. And once bfs_sssp cant open weights file it would generate both files even if edges files is present. N.B: Current settings assume you are using powers of 2: total number of cores and number of cores per node. It's possible to have non-power of two of nodes if you comment macro defined in common.h SIZE_MUST_BE_POWER_OF_TWO. Be aware normally that will drop your performance by more then 20%. If you want to use non-power of two processes per node, you should add -DPROCS_PER_NODE_NOT_POWER_OF_TWO to CFLAGS in src/Makefile, this one will enable SIZE_MUST_BE_POWER_OF_TWO automatically. For GreenGraph500 runs define compile time macro ENERGYLOOP_BFS or ENERGYLOOP_SSSP to measure energy in long enough loop to measure average power.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。