摘要: 一、mpi 来自教材《并行程序设计导论》 mpi的helloworld程序 //test3_1.c #include <stdio.h> #include <string.h> #include <mpi.h> const int MAX_STRING = 100; int main(void){ 阅读全文
posted @ 2018-03-24 09:53 JarvisLau 阅读(344) 评论(0) 推荐(0) 编辑