Due | Assignment | Points | Solutions |
---|---|---|---|
Mon Feb 1, 6:00pm (final) | MP 1 Instructions mp1.s | 50 | Solution |
Sat Feb 6, 12:00pm | MP 2 Instructions mp2.s | 50 | Solution |
Part A: Fri Feb 19, 6:00pm Part B: Sat Feb 27, 6:00pm | MP 3 Instructions mp3a.s mp3b.s | 50+100 | Solution to Part A |
Fri Mar 19, 6:00pm | MP 4 Instructions mp4.s | 100 | Solution |
Tue Apr 13, 9:00pm NO LATE SUBMISSION! | MP 5 Instructions mp4angles.s | 100 | |
May 4, 6:00pm | MP 6 Instructions mp6.cxx
mp6race.cxx
Section 3.2 (pp 10--11) of the TBB Tutorial (PDF) may be helpful | 100 +100 (extra credit) |
2. In the folder containing your solution, create a file called partners.txt which contains only your netid and the netids of all your group members (one netid per line). Do not include anything else in the file. The handin script will reject your submission if you have incorrectly prepared this file.
Example: If your netid is alice2 and your partners are bob1 and carol45, your partners.txt should look like:
alice2 bob1 carol453. At the prompt, type:
cs232The first time you execute this command, it will allocate for you a cs232.work directory for use in this class. (If for some reason this command doesn't work for you, try using the full path: /homesta/classdata/bin/cs232).
4. Copy your solution file and partners.txt from your account into the current folder.
5. To submit, give the command
handin -s mp1(replace mp1 with mp2, mp3, etc. as necessary) To see information about MP 1, including the status of your submissions, run:
handin -i mp1For future reference, handin will not test your code.
MIPS Programming Resources | Other Resources |
---|---|
Appendix A of the textbook in PDF SPIM documentation |