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)
浙公网安备 33010602011771号