qn1

发布时间:2015-03-08 18:41:43   来源:文档文库   
字号:

/* Question 1. */

#include

#include

int main(int argc, char **argv){

int rank, size;

MPI_Init(&argc, &argv);

MPI_Comm_rank(MPI_COMM_WORLD,&rank);

MPI_Comm_size(MPI_COMM_WORLD,&size);

printf("Hello world from process %d of %d\n",rank,size);

MPI_Finalize();

return 0;

}

本文来源:https://www.2haoxitong.net/k/doc/7a7b27854693daef5ff73d4d.html

《qn1.doc》
将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档

文档为doc格式