Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Guide to turning in homework from a personal Windows machine.

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.

...