Lab 10: Shared Memory
Due at 2:30 PM on April 18, 2024
Getting the Starter Code
Navigate to the directory where you would like to store the code for this lab. Run the following commands to install the lab starter code or download it manually here.
wget "https://www.dropbox.com/scl/fi/ahu27r8mr2dq4j9vnnwta/Lab10.tar.gz?rlkey=akudkjs6wt3o05ccqbhfd3o26&st=pybidb85&dl=0" -O lab10.tar.gz
tar -xf lab10.tar.gz
rm lab10.tar.gz
It is strongly recommended to use GitHub to track the changes made to your lab assignment. First, create a new private repository in GitHub. Then, navigate to the lab assignment directory and run the following commands.
git init
git commit -m "first commit"
git branch -M main
git remote add origin [LINK TO REPO]
git push -u origin main
This will establish a main branch on the remote repository and add the starter code as the first commit.
Instructions for labs will be presented in person. Lab assignments are meant to be completed during lab time and are due at the end of the session. The late policy will apply to lab assignments submitted after the deadline.