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

https://github.com/rustyraptor/parallel-programming

Projects and code from parallel programming class at NMSU
https://github.com/rustyraptor/parallel-programming

Last synced: about 1 year ago
JSON representation

Projects and code from parallel programming class at NMSU

Awesome Lists containing this project

README

          

# Parallel Programming I

These are the programs and lab reports i did for Cooper's Parallel Programming class.

## Folders

- Program1
- First program demonstrating how threads behave depending on how they access the memory
- Program1_5 (Program 1.5)
- Small test to demonstrate if semaphores will work with forked processes.
- Program2
- Has the same structure and tests ar program 1 but does it with shared memory as well.
-