AMS 553 / CET 554 / CSE 529 / MBA 553                                                                                                                                                                     Fall 2008

Handing in Assignment 1



There is a submission program called handin to submit multiple files for grading. It is located in the course home directory ~cse529 .

The command line format is :      ~cse529/handin   1   file1   file2   . . . . . .

(or    /home/courses/cse529/handin   1   file1   file2   . . . . . .  )

where  file1   file2   . . . . . .   are the list of file names to be submitted.
Do not forget the  1  (which stands for the Assignment number) preceding  file1   file2   . . . . . .  - it is important.

If there are no problems you will see a list of the names of all the files that were handed in, followed by a success message. If something goes wrong, a negative message will be printed at the end instead. It is your responsibility to make sure that your handin was successful and that the proper files have been submitted.

You can check the log file, for example, by :     tail   ~cse529/LOG      (or  tail   /home/courses/cse529/LOG ) to make sure that your submission was successful. Note that it could take up to 5 minutes before your submission shows up in the ~cse529/LOG file, so please be patient.

You should be aware that, although you may submit your program more than once using handin, only the data from the most recent time you ran handin is saved. In particular, this means that you must hand in everything each time you run handin ; you cannot hand in ``a little at a time.''