MPI.NET
MPI.NET copied to clipboard
MPI.NET updated for .NET 4.0 and Linux
Is it possible to compile this using dotnet core?
Hi, I occasionally receive the following error message when I receive a serialized array with the current MPI version (v1.4): > Unhandled exception: System.Runtime.Serialization.SerializationException: The end of the stream was...
May relate to #8.
at commit fe9115cc708b05c77ffcf28143c6b8775e0d3706 Reminded of this issue by an email from @a-vishar `.\runtests.bat Debug IntercommunicatorTest > intercom.log.txt` ``` call mpiexec -exitcodes -n 2 IntercommunicatorTest Rank 0: Scatter Passed == False...
For reference, as of [recent commit](https://github.com/mpidotnet/MPI.NET/commit/b6f8866fcadc43c3090877081ae1c790b287cfca) ```sh LOCAL_DIR=${HOME}/local # or where you can install if you cannot 'sudo make install' sh autogen.sh ./configure --prefix=$LOCAL_DIR make ```
Looking at a notification from a pull request that's actually a usage question. Instructions do need a refresh, and wirth trying to set up travis.yml also for personal exercise.
``` Cannot open assembly './Tests/SpawnTest/SpawnTest.exe': No such file or directory. ```
``` FAIL ./Tests/NonblockingTest/NonblockingTest.exe (with 1 processes) ```