The homeworks are submitted electronically. They must be submitted from your eniac account. If you work at home, you need to put your files on your eniac account to submit them.
For each homework you will be told what the files that you submit should be named. For example, for the first homework the files are hw1p1.c, hw1p2.c , and hw1p3.c
To submit the files, use the command:
% turnin -v -c grade110 -p hwX list-of-fileswhere X in hwX is replaced by the homework number, and list-of-files is replaced by the list of files, with a space between each file name. For example, for hw1:
% turnin -v -c grade110 -p hw1 hw1p1.c hw1p2.c hw1p3.c tar: blocksize = 8 -rw------- 19239/1018 261 May 22 15:33 2001 hw1p1.c -rw------- 19239/1018 361 May 22 15:39 2001 hw1p2.c -rw------- 19239/1018 415 May 22 15:33 2001 hw1p3.c Your files have been submitted to grade110, hw1 for grading.
the program responds with a listding of the files that were submitted. Please make sure that you submitted what you intended to submit.
If you do another submission, it will overwrite completely what was submitted before. You cannot do a partial submission, and then an additional submission. For example, if you submit hw1p1, and then hw1p2, the earlier submission for hw1p1 will be erased, and only the submission for hw1p2 will be there. You must submit all the files at once. You can, however, submit all the files and then submit all the files again, overwriting the previous submission.