资源列表
bxjc
- 机群应用开发_并行编程原理及_程序设计 -_ Cluster parallel programming application development program design principle and cluster application development _ _ _ parallel programming principles and program design
4
- MPI_Send and MPI_Resv time of transmission.
clsqr1
- Hight Performance Computing Demos
lsqrf90-v2
- Hight Performance Computing Demos
ex
- Solving e^x function using MPI
spinner
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
Presentation+Karpov
- Presentation about parallel programming
OpenMP_2
- open mp functions and how to use in with mpi
test2
- MPI QUICKSORT IN C LANGUAGE
ParallelTest
- Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
philosopher.tar
- 用C语言实现了经典的哲学家吃饭问题。使用了信号量机制。-Dinning philosopher s problem implemented in C
pro_con.tar
- 使用C语言实现了经典的生产者消费者问题。-Producer and consumer problem implemented in C