Giter Club home page Giter Club logo

mpi.net's People

Contributors

a-vishar avatar bkmgit avatar dc23 avatar jmp75 avatar jonathantims avatar microsoft-github-policy-service[bot] avatar nprezant avatar olion17 avatar tminka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mpi.net's Issues

IntercommunicatorTest (Scatter:2) fails on Windows

.\runtests.bat Debug IntercommunicatorTest > intercom.log.txt

call mpiexec -exitcodes -n 2 IntercommunicatorTest
Rank 0: Scatter<int> Passed == False
Rank 1: Scatter<int> Passed == False

This issue is with the implementation of MPI in Microsoft MPI.NET 9.0 where if there is a single node to communicate with that scatter does not correctly transmit the single value sent. If more than one node is being transmitted to then this bug does not occur. A workaround for this issue where only a single node is required is to use use the send method.

Issues building on Linux

There seem to be some issues when trying to compile MPIdotNet for linux.

Firstly, autogen.sh nearly works, but during step automake it tries to find a directory with name MPIUtils, which doesn't exist.
I'm unsure of what the Makefile in this directory is supposed to do, or what other things it should/did contain, but removing the entries referencing it in both Makefike.am and configure.ac seems to make the autoconf run successfully.
If, however, this folder contains something important, that probably needs to be fixed too.

Secondly, the configure-script looks for gmcs, which is deprecated and no longer possible to install. Replacing it would mean looking for either dmcs, which is also deprecated but created as a shortcut upon installing mcs, or just look for mcs to begin with.

Lastly, or rather as far as I've come, running make crashes on it''s first line;
image

This is where I've become stuck, as it's an issue I'm unsure of how to fix.

build on latest .net frameworks?

I'm trying to build this on 4.7.1, but is failing with following error:

C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1098,5): error MSB3644: The refe
       rence assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK o
       r Targeting Pack for this framework version or retarget your application to a version of the framework for which
        you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Ca
       che (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly target
       ed for the framework you intend. [c:\MPI.NET\Benchmarks\Netcoll_cs\Netcoll_cs.csproj]

The version (4.6.2) seems to be hardcoded in the project file(s). Is this a strict dependency? Can I build this on systems with later versions?

IntercommunicatorTest (Broadcast:2) fails

.\runtests.bat Debug IntercommunicatorTest > intercom.log.txt

call mpiexec -exitcodes -n 2 IntercommunicatorTest
Rank 0: Broadcast(string) Passed == False
Rank 1: Broadcast(string) Passed == False

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.