
通信
siqi_fighting
这个作者很懒,什么都没留下…
展开
-
python tcp socket编程相关
可参考https://gist.github.com/kevinkindom/108ffd675cb9253f8f71作者写的很清晰。转载 2018-07-24 11:04:11 · 179 阅读 · 0 评论 -
python linux epoll编程
可参考http://scotdoyle.com/python-epoll-howto.html转载 2018-07-24 16:05:40 · 139 阅读 · 0 评论 -
python mpi学习
可参考:https://docs.it4i.cz/software/mpi/mpi4py-mpi-for-python/可使用rank获得进程的id号from mpi4py import MPIcomm = MPI.COMM_WORLD print "Hello! I'm rank %d from %d running in total..." % (comm.rank, comm.s...转载 2018-08-06 16:38:40 · 505 阅读 · 0 评论