You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The students will have to use 'turnin' to submit the homeworks. The 'turnin' is a generic script that uses the subversion to maintain copies of the homeworks. It is available only in the CLEAR cluster.

One time Setup in CLEAR

  1. Login to CLEAR
    ssh <your netid>@ssh.clear.rice.edu
    <your password>
  2. Make sure you do not have a folder named 'comp322' in your home.
  3. Initialize turnin for COMP322
    turnin init comp322-S11
  4. This will ask if you wish to store your password unencrypted, twice. Say 'no' to them.
  5. Now you should have a folder named 'comp322' in your home.

Submitting your Homeworks

You should follow the steps below to submit all your homeworks using turnin on CLEAR. Note that you can do your homework on any machine. The instructions below include steps to copy them to CLEAR and to submit them.

  1. Go to the folder (in your machine) that contains all that you need to submit for your homework.
  2. Zip the files you want to submit. Here ’n’ refers to the homework number.
    zip -r hw n.zip *
  • No labels