https://github.com/dorijanh/distributeddiningphilosophers
Distributed Dining Philosophers problem using MPICH (MPI implementation) in C#
https://github.com/dorijanh/distributeddiningphilosophers
csharp dotnet-framework mpich
Last synced: 2 months ago
JSON representation
Distributed Dining Philosophers problem using MPICH (MPI implementation) in C#
- Host: GitHub
- URL: https://github.com/dorijanh/distributeddiningphilosophers
- Owner: DorijanH
- Created: 2020-10-10T15:21:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T15:29:25.000Z (over 4 years ago)
- Last Synced: 2025-01-28T17:45:47.634Z (4 months ago)
- Topics: csharp, dotnet-framework, mpich
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DistributedDiningPhilosophers
Distributed Dining Philosophers problem using MPICH (MPI implementation) in C#