Differences between revisions 1 and 2
Revision 1 as of 2020-04-20 08:10:09
Size: 900
Editor: khellman
Comment: import
Revision 2 as of 2020-04-20 08:11:19
Size: 901
Editor: khellman
Comment: subm not sim
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
tmpdir@alamode $ ${COMPGRADING}/explode-sim -P PROGRAM my-program.tar.bz2 ./here tmpdir@alamode $ ${COMPGRADING}/explode-subm -P PROGRAM my-program.tar.bz2 ./here

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)