EE460N: Instructions for Lab Assignment Submission

  1. SSH into grader with the following command and your ECE LRC user ID and password:

    ssh grader.ece.utexas.edu

    Note: IT has placed more security features on the grading server. You can only access the server from on campus. If you are not on campus, that is fine too. First ssh into mario (mario.ece.utexas.edu), then ssh into grader (grader.ece.utexas.edu).

  2. After typing your username and password, submit your files with the following command:

    submit-ee360n <filename1> <filename2> ...
  3. You may check the files submitted with the following command:

    submit-ee360n -ls
    1. This step is optional. At this point, if you wish, you may get a free test of your program at no cost to you. You can do this step at most once. To do so, type the following command:

      submit-ee360n -test

      After you run this command read the prompt carefully to proceed with your test. Do NOT terminate your SSH session. After some time, you will receive a message displaying your score. If you are not happy with the test result score, you may update your program and restart at step 2 to submit your changes, and proceed to step 4 to complete submission. However, you will not be able to perform this step (step 3a) again to test your program and receive a score. If you are happy with the score reported, you can immediately proceed to step 4.

      Groups (applicable to labs 1 and 2 only) are permitted a single Test for both members. Attempts to abuse the system WILL be noticed. Violators of this policy will NOT enjoy the consequences when caught.

  4. Make sure the list of files you have submitted matches the list of files that the grader accepts by using the following command:

    submit-ee360n -show_acceptable_files
  5. The final step in submitting your program for actual grading. This can only be done ONCE, and WILL determine your final grade on this lab. Generate your FINAL grade report with the following command:

    submit-ee360n -grade

    After you run this command read the prompt carefully to proceed with your grade report. You may terminate your SSH session if you wish. If you do not terminate your SSH session, after some time, you will receive a message displaying your full grade report, final score included.

  6. Please confirm your grade reported in step 4 with the following command:

    submit-ee360n -results K

    Where K is the lab assignment number you are verifying results for. You can use this at any point in the semester to recheck your lab results whenever you wish.

Note 1: currently the submit script works only on grader.

Note 2: You may run:

submit-ee360n

(with no parameters, exactly as shown above) to display the various options submit-ee360n supports.