码迷,mamicode.com
首页 >  
搜索关键字:Parallel    ( 1085个结果
搭建高性能计算环境(三)、安装intel编译器和mpi
很多计算软件都是要从源代码编译的,并且运行也需要mpi的支持,本节我们来安装intel编译器和openmpi。1、 Intel编译器的安装需要的软件包:parallel_studio_xe_2013_update2_intel64.tgz、License文件1)首先将软件包上传的Linux系统,可以...
分类:其他好文   时间:2014-11-17 12:19:31    阅读次数:430
Ubuntu14.04+cuda6.5+opencv2.4.9+MATLAB2013a+caffe配置记录(五)——安装Caffe
1.安装Intel mkl 首先下载Intel® Parallel Studio XE 2015 Professional Edition for C++ Linux,Intel给学生免费提供官方正版软件,只需要申请就可以了。大赞!我下载的是cpp_studio_xe_2013_sp1_update...
分类:系统相关   时间:2014-11-16 15:56:15    阅读次数:4187
verilog behavioral modeling ---Block statements
block statements : 1. sequential block : begin-end block 2.parallel block : fork - join blockblock name : 如果block有自己的label, 1.可以...
分类:其他好文   时间:2014-11-16 01:50:25    阅读次数:182
linux命令参考:Parallel教程
准备安装:(wget -O - pi.dk/3 || curl pi.dk/3/) | bash查看手册:man parallel生成abc-file:parallel -k echo ::: A B C > abc-file生成def-file:parallel -k echo ::: D E F...
分类:系统相关   时间:2014-11-15 18:19:13    阅读次数:291
并行开发——第一篇 Parallel的使用
在.net 4.0中,微软给我们提供了一个新的命名空间:System.Threading.Tasks。 一:?Parallel的使用 在Parallel下面有三个常用的方法invoke,for和forEach。 1: ?Parallel.Invoke ? ? 这是最简单,最简洁的将串...
分类:其他好文   时间:2014-11-14 14:25:18    阅读次数:225
Spring Batch_Parallel Steps_使用并行的Step
Spring Batch_Parallel Steps_使用并行的Step spring 官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html#scalabilityParallelSteps As long as the application logic that n...
分类:编程语言   时间:2014-11-14 12:45:44    阅读次数:324
Spring Batch_Multi-threaded Step_使用多线程的Step
Spring Batch_Multi-threaded Step_使用多线程的Step spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html The simplest way to start parallel processing is to add a ...
分类:编程语言   时间:2014-11-13 22:40:22    阅读次数:416
SMP、NUMA、MPP体系结构介绍
从系统架构来看,目前的商用服务器大体可以分为三类,即对称多处理器结构 (SMP : Symmetric Multi-Processor) ,非一致存储访问结构 (NUMA : Non-Uniform Memory Access) ,以及海量并行处理结构 (MPP : Massive Parallel...
分类:其他好文   时间:2014-11-12 19:45:42    阅读次数:303
Trees on the level
Background Trees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines' CM-5 are based on fat trees. Quad- and octal-trees are f...
分类:其他好文   时间:2014-11-11 22:56:41    阅读次数:239
matlab两种不同模式的并行运算
matlab自身提供了一套并行运算的解决方案,其中包含了两种不同的并行运算方式,分别为distributed job和parallel job。本文介绍了这两种并行模式的异同以及实际使用方式。...
分类:其他好文   时间:2014-11-07 11:20:59    阅读次数:125
1085条   上一页 1 ... 94 95 96 97 98 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!