zoukankan      html  css  js  c++  java
  • 高性能计算框架 MPI.NET

     

    MPI.NET is a high-performance, easy-to-use implementation of the Message Passing Interface (MPI) for Microsoft's .NET environment. MPI is the de facto standard for writing parallel programs running on a distributed memory system, such as a compute cluster, and is widely implemented. Most MPI implementations provide support for writing MPI programs in C, C++, and Fortran. MPI.NET provides support for all of the .NET languages (especially C#), and includes significant extensions (such as automatic serialization of objects) that make it far easier to build parallel programs that run on clusters.

    News

    • October 6, 2008: MPI.NET 1.0 is now available! This is our first major release of MPI.NET, providing support for most of MPI 1.1 and parts of MPI 2.0. This release of MPI.NET works with Microsoft's new HPC Server 2008 as well as with the older Computer Cluster Server 2003. Please visit our download page to install MPI.NET 1.0.
    • September 22, 2008: Microsoft has released Windows HPC Server 2008, which includes version 2 of Microsoft's MPI implementation. The HPC Pack 2008 SDKprovides the tools needed to write MPI programs for Windows HPC Server 2008. MPI programs using MPI.NET will run unmodified on Windows HPC Server 2008 as well as on previous versions of Microsoft's HPC offerings.
    • September 4, 2008: Tutorials for MPI.NET in C# and Python are now available (in Microsoft Word format) on the documentation page.
    • June 19, 2008: The MPI.NET 0.9.0 release is now available, bringing bug fixes and documentation improvements. Please visit our download page to install this updated version of MPI.NET.
    • June 8, 2008: The MPI.NET 0.8.0 release is now available, with a crucial bug fix for sending large, serialized data types and some minor improvements to the documentation and MPI. Please visit our download page to install this updated version of MPI.NET.
    • February 18, 2008: Douglas Gregor will be giving a talk about MPI.NET at the ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP '08) this week in Salt Lake City, Utah.
    • November 11, 2007: The MPI.NET 0.5.0 Technology Preview release is now available, providing a high-performance, easy-to-use MPI interface for C# and the other Microsoft .NET languages. Please see our download page for more information.
    • April, 2007: We have begun development of a completely new, open source MPI.NET library written in C#. This new MPI.NET is based on Boost.MPI, and will provide a far more natural and expressive high-level interface to MPI from C# and the other .NET languages. A preview release of MPI.NET will be available here for SC '07.
  • 相关阅读:
    node
    github
    [模块] pdf转图片-pdf2image
    python 15 自定义模块 随机数 时间模块
    python 14 装饰器
    python 13 内置函数II 匿名函数 闭包
    python 12 生成器 列表推导式 内置函数I
    python 11 函数名 迭代器
    python 10 形参角度 名称空间 加载顺序
    python 09 函数参数初识
  • 原文地址:https://www.cnblogs.com/dunnice/p/2745496.html
Copyright © 2011-2022 走看看