搜索资源列表
MPIdemo
- 基于MPI1.2.5并行环境的MPI示例源代码,包括C和Fortran版本,非常适合MPI初学者 -MPI1.2.5 parallel environment based on the MPI example source code, including C and Fortran version, ideal for beginners MPI
mpi123456
- mpi程序,用visual c++ ,Fortran等实现-mpi procedures, using visual c, Fortran, etc. achieve
example
- 这是我学习并行编程的第一个程序, 原来时fortran的, 我将其改写为c的, 两分程序都在包中, 程序比较简单,但很有助于理解mpi
parallel-program
- 点对点通信 群体操作 进程组 进程拓扑结构 与Fortran 77和C语言的邦定 环境的管理与查询 轮廓管理 -Point to point communication group process, group process, topology, operations and Fortran 77 and C language of the bonding environment management and query profile management
shuguang_parallel_programming
- 曙光并行程序设计的ppt 主要是有关mpi的,C或fortran实现,适合初学者-Ppt of parallel programming is mainly about mpi with C or fortran implementation, suitable for beginners
13898366Players
- The MPI standard defines the syntax and semantics of a core of library routines useful to a wide range of users writing portable message passing programs in Fortran and C. The MPI effort was conducted and similar spirits of the High-Performance Fortr
MPI--for-fortran
- mpi程序,适用于 并行程序编程, 很好的入门级别的例子-mpi for C
acclib
- 滤波、解方程、模拟测井曲线、扸及、测井曲线拉伸机压缩复式变换等各种算法-The array dimensions are numbered, which makes it easy to add functions for arrays of higher dimensions. In particular, the 1st dimension of length n1 is always the fastest dimension, the 2nd dimen
mpi_wave
- mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u