Differences between revisions 2 and 3
Revision 2 as of 2020-04-20 08:11:19
Size: 901
Editor: khellman
Comment: subm not sim
Revision 3 as of 2020-04-20 08:15:46
Size: 963
Editor: khellman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from compWiki/Assignments/SubmitOnDjComp

Checking and Submitting Your Work

Here are some things to double check your submission against:

  1. Your archive does not raise errors when "unrolling" with the reqcheck ${COMPGRADING}/explode-subm script.

    tmpdir@alamode $ ls
    my-program.tar.bz2
    tmpdir@alamode $ ${COMPGRADING}/explode-subm -P PROGRAM my-program.tar.bz2 ./here

    (Where PROGRAM is the required application name for this assignment.)

  2. Your archive contains only the essential files, don't provide unneeded files

  3. Don't provide files that have been provided to you (such as cblock.nfa); that would just be silly.

  4. Make sure the grader.sh script for the assignment runs to completion.

When you are happy with your work, log into the course website and submit your project archive file for grading.

Assignments/SubmitOnDjComp (last edited 2020-04-20 08:19:25 by khellman)