10 2014 档案
MPI之求和
摘要:// MPI1.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "mpi.h"#include #include #include int main(int argc, char* argv[]){ int done=0,n,myid,numpro...
阅读全文
在VS2010配置MPI--win7下64位系统
摘要:配置MPI经历了不少波折,把这些经历记录下来,告诫后来人。1.版本要对下载MPI,去官方网站http://www.mpich.org/downloads/选择x86-64版本2.步骤要对1)点击mpich2-1.4.1p1-win-x86-64.msi运行2)一直next下去,当选择安装目录的时候根...
阅读全文