Differences between revisions 3 and 4
Revision 3 as of 2020-04-20 08:15:46
Size: 963
Editor: khellman
Comment:
Revision 4 as of 2020-04-20 08:19:25
Size: 969
Editor: khellman
Comment: comment around a page not in this wiki
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 i. Your archive does not raise errors when "unrolling" with the [[/Tools#reqcheck|reqcheck]] `${COMPGRADING}/explode-subm` script.  i. Your archive does not raise errors when "unrolling" with the /* [[/Tools#reqcheck|reqcheck]] */ `${COMPGRADING}/explode-subm` script.

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 ${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)