码迷,mamicode.com
首页 >  
搜索关键字:mpi mpich2    ( 1566个结果
QuickSort (MPI 实现)
//   #include "stdafx.h"   #include"mpi.h"   #include   #include   #include   using namespace std;   #define TRUE 1   /*   * 函...
分类:其他好文   时间:2014-12-05 19:26:21    阅读次数:251
POJ 1502 MPI Maelstrom
题目大意:给你 1-n, n个计算机进行数据传输, 问从1为起点传输到所有点的最短时间是多少然后是数据给你一个n 代表有n个点, 然后给你一个邻接矩阵, 只有一半,另一半自己补#include #include #include #include #include #include #include...
分类:其他好文   时间:2014-12-05 19:05:16    阅读次数:124
蒙特卡洛方法计算圆周率的三种实现-MPI openmp pthread
蒙特卡洛方法实现计算圆周率的方法比较简单,其思想是假设我们向一个正方形的标靶上随机投掷飞镖,靶心在正中央,标靶的长和宽都是2 英尺。同时假设有一个圆与标靶内切。圆的半径是1英尺,面积是π平方英尺。如果击中点在标靶上是均匀分布的(我们总会击中正方形),那么飞镖击中圆的数量近似满足等式飞镖落在圆内的次数...
分类:其他好文   时间:2014-11-29 21:39:56    阅读次数:579
UVa 423 - MPI Maelstrom
题目:n个机器之间传递信息,求最长的传递时间。 分析:最短路。数据较小,任何一种最短路算法都可以解决。 说明:单源最短路(⊙_⊙)。 #include #include #include #include #include #include using namespace std; #define Inf 0x7fffffff int g[101][101]; int m...
分类:其他好文   时间:2014-11-24 01:13:25    阅读次数:194
搭建高性能计算环境(十)、应用软件的安装之Wien2k
1,首先安装fftwtar xvf fftw-3.3.4.tar.gzcd fftw-3.3.4./configure --prefix=/opt/fftw-3.3.4 --enable-shared --enable-float --enable-mpi CC=icc F77=ifortmake....
分类:其他好文   时间:2014-11-22 20:09:58    阅读次数:599
搭建高性能计算环境(三)、安装intel编译器和mpi
很多计算软件都是要从源代码编译的,并且运行也需要mpi的支持,本节我们来安装intel编译器和openmpi。1、 Intel编译器的安装需要的软件包:parallel_studio_xe_2013_update2_intel64.tgz、License文件1)首先将软件包上传的Linux系统,可以...
分类:其他好文   时间:2014-11-17 12:19:31    阅读次数:430
POJ 1052 MPI Maelstrom
MPI MaelstromTime Limit:1000MSMemory Limit:10000KTotal Submissions:5547Accepted:3458DescriptionBIT has recently take...
分类:其他好文   时间:2014-11-15 11:12:42    阅读次数:245
MPI搭建简要教程
MPI简明安装教程...
分类:其他好文   时间:2014-11-08 12:06:59    阅读次数:164
POJ1502(Dijkstra)
MPI Maelstrom Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 5538   Accepted: 3451 题目链接: Description BIT has recently taken delivery of their new supercomp...
分类:其他好文   时间:2014-11-07 22:08:38    阅读次数:179
Mesos介绍
Apache Mesos是一个集群管理器,提供了有效的、跨分布式应用或框架的资源隔离和共享,可以运行Hadoop、MPI、Hypertable、Spark。oschina.net -集群管理器 Apache Mesos
分类:其他好文   时间:2014-11-06 16:26:10    阅读次数:794
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!