If concerned about the automated marking procedure for the 1st project, you may download the marking script and its test files.
Download the Zip archive from
[CITS2002]⬈
- expand the Zip archive into a new directory; change into that directory
- ensure the script is executable:
chmod +x markme.sh
- copy your
myscheduler.c
source-code file into the directory
- execute the script:
./markme.sh
The tests should be undertaken on Linux, where your project had to work, but the script will also work on macOS.
If your project did not perform well on any test, typical things to take note of:
- the exit status of your project for each test
- whether your project crashed, and terminated with a signal-11 (segmentation violation)
- the contents of your project's last line of output (the 'measurements' line)
Happy to explain how the script works (though you should have a basic understanding from reading its commands).
Good luck,