欢迎来到就算过了一载春秋的博客

不管过了几载春秋,我还是会偶尔想起。

2020年12月10日

MPI分布式内存编程(一):预备知识

摘要: 编译与执行 以打印来自进程问候语句的MPI程序(mpi_hello.c)为例: #include<stdio.h> #include<string.h> #include<mpi.h> const int MAX_STRING = 100; int main(void){ char greeting 阅读全文

posted @ 2020-12-10 23:19 就算过了一载春秋 阅读(602) 评论(0) 推荐(1)

导航