
Benchmark使用
ibless
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu 16.04中进行Sysbench环境搭建
原文网址:http://liujunming.top/2017/11/27/Sysbench%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/ 本文只介绍sysbench的使用教程,详细介绍见参考资料。 1、安装MySQL sudo apt-get install mysql-server 安装过程中需要设置密码,我们设置为123。 2、更改MySQL配置文件 ...转载 2018-08-22 21:10:17 · 2851 阅读 · 0 评论 -
Graph500教程
原文网址:https://github.com/liujunming/Tools/blob/master/Graph500%E6%95%99%E7%A8%8B.txt wget https://github.com/graph500/graph500/archive/graph500-2.1.4.tar.gz tar -xvf ./graph500-2.1.4.tar.gz mv graph5...转载 2018-08-22 21:11:45 · 2626 阅读 · 0 评论 -
在Ubuntu16.04中搭建MPI-3并行计算环境
1、下载安装包,可以通过网址:https://www.open-mpi.org/software/ompi/v3.0/ 2、加压压缩包: 我下载的是openmpi-3.0.0.tar.gz压缩包,使用如下命令进行解压: tar -xvf openmpi-3.0.0.tar.gz 3、进入解压后的文件夹中,并执行./configure命令: cd openmpi-3.0.0 ./co...原创 2018-08-22 21:14:10 · 613 阅读 · 0 评论