An open API service indexing awesome lists of open source software.

https://github.com/shivansh/dsm

Distributed shared memory. Course project for Distributed Systems (CS632).
https://github.com/shivansh/dsm

Last synced: 2 months ago
JSON representation

Distributed shared memory. Course project for Distributed Systems (CS632).

Awesome Lists containing this project

README

        

# Distributed Shared Memory
This implementation models a two process distributed shared memory system as a
proof of concept for a n-process system. Made as a part of the course Distributed
Systems (CS632).

## Build
For building, execute -
```
make
```

## Testing
For running the tests available in `test.c`, follow the instructions below.

On master machine, execute -

```
./dsm master
```

On slave machine, execute -

```
./dsm master
```