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
- Host: GitHub
- URL: https://github.com/rustyraptor/parallel-programming
- Owner: RustyRaptor
- Created: 2021-08-31T16:28:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T06:47:14.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:13:10.481Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
-