https://github.com/holsee/duovia-mpivisor
Distributed Parallel Computing for .NET
https://github.com/holsee/duovia-mpivisor
Last synced: 2 months ago
JSON representation
Distributed Parallel Computing for .NET
- Host: GitHub
- URL: https://github.com/holsee/duovia-mpivisor
- Owner: holsee
- Created: 2016-07-13T17:36:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T05:23:03.000Z (over 11 years ago)
- Last Synced: 2025-02-05T06:44:46.608Z (4 months ago)
- Language: C#
- Homepage: http://www.duovia.net
- Size: 3.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DuoVia.MpiVisor
========#### Distributed Parallel Computing for .NET Mortals.
Writing distributed parallel computing applications is easy with DuoVia.MpiVisor.
Get the "agent" client library via [NuGet][1]. To run across multiple cluster nodes, get the source and build the server service.
Write a simple console app and debug it in Visual Studio as if it were runnning across multiple MpiVisor cluster server nodes. Add break points to your code for the master and the spawned agent code.
Once you have your code running locally, flip the switch and you'll be running it across as many servers as you have with as many instances as you want.- See [version 1.1.0 release notes][7].
#### CONTRIBUTE
We hope you will use and help improve this library. We take pull requests!
Join the conversation in our open [Hip Chat][4].
Our branching model will loosely follow [Vincent Driessen's model][5].
Our versioning method will be guided by [Semantic Versioning 2.0.0-rc.2][6].#### LICENSE (APACHE V2)
Copyright (C) 2013 Duovia Inc.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[1]: http://nuget.org/packages/DuoVia.MpiVisor/ "NuGet"
[2]: http://mpapi.codeplex.com/ "MPAPI"
[3]: http://osl.iu.edu/research/mpi.net/ "MPI.NET"
[4]: https://www.hipchat.com/gHWO84CXp "Hip Chat"
[5]: http://nvie.com/posts/a-successful-git-branching-model/ "Vincent Driessen's model"
[6]: http://semver.org/ "Semantic Versioning 2.0.0-rc.2"
[7]: https://github.com/duovia/duovia-mpivisor/wiki "version 1.1.0 release notes"