CS201 Submit Guide

The submit program allows students to send files to a central location for grading by the instructor or teaching assistant. You must be registered in the course to use submit. There is also FAQ website for this system (if needed): http://www.cs.montana.edu/cgi-bin/adminfaq/faqw.py?req=show&file=faq05.001.htp 

Do Once

Do For Each Submittal

Create all your files for an assignment in a separate directory. I suggest that you create one directory for each assignment in your cs201 directory (lab1, lab2, etc.).
  1. ssh to esus
  2. go to the appropriate assignment's directory
  3. Execute the following command:
    $ submit cs201s06# labN
    Where # is 2 for lab section 02, 3 for lab section 03 and 4 for lab section 04 and the N in labN is a current laboratory number. For example, if you were in lab section 02 and you wanted to submit the first lab (lab1), do the following:
    $ submit cs201s062 lab1
  4. There are some query commands you can use.
  5. BEFORE RUNNING SUBMIT:

    NOTE: Don't destroy anything until the end of the semester. This is our fourth time we are using submit, and we need to have a back up position of looking at your account for source files.

Notes

Late Submittals 

I would hope you know by now what is my policy on late assignments... There are no late assignments!

Acceptance Scripts

NOTE: This semester, we are running acceptance scripts on your assignments. This means that an automatic script will try to compile and run your programs.