CSE 141L
Turnin Instructions For Lab 2
Fall 2003
General Guidelines
- The deadline to submit Lab 2 is Friday, November 7, 2003 @ 8:00 AM.
- No late submissions will be accepted. No exceptions.
- You may submit your electronic deliverables as many times as you like. Turning in your work early and often is recommended.
- Only your last submission will be turned in and graded. All previous submissions (if any) are overwritten, so be sure that your final turnin compiles and runs.
- Only one (1) submission per group is necessary. If you are working in a group, please make sure that all group member names and IDs appear on your deliverables (with the exclusion of your Makefile).
- All of your submitted programs must compile and run on ieng9.ucsd.edu (Solaris) for credit. No exceptions.
Instructions for turning in the electronic portion of Lab 2:
- Connect to ieng9.ucsd.edu using ssh on port 22 and login with your username and password.
- Use the prep command to prepare your account to turn in files with the command line "prep cs141f".
Your shell prompt should now look similar to the following: [cs141f] ieng9.ucsd.edu%
- Navigate to the directory containing all files to be turned in for the electronic portion of Lab 2. This includes all source and header files.
- You should only be turning in source files. Perform a make clean or manually remove any backup, object, or binary files that you may have.
- Turn in your electronic portion using by issuing the command "bundleP2". This command takes no arguments and will look in the current working directory for files to turnin. The bundle script will warn you if any errors occur.
Last Modified: October 29, 2003