使用CUDA实现并行奇偶排序并使用性能分析工具分析 2020-04-03 exp 配置目标环境 由于基于 VMware 的虚拟机不支持调用 Host 的 GPU 卡,除非装双系统。因为网上已经有在真机上配置环境的教程了,又因为有大量的同学使用的是白嫖百度 GPU Read more...
SDN mininet fattree creat 2020-03-30 exp 环境 VMware Host: Windows10 Guest: Ubuntu18.04 LTS ##安装mininet 参考这里、这里 1 2 3 # git clone git://github.com/mininet/mininet # cd mininet/util/ # ./install.sh -a # -a 表示安装所有组件和依赖 注意:使用 socks 代理来连接国外的源会导致 Read more...