Back to the main ECE446 page

Machine Problems


Logistics
Guys, it's time to start working on your project. Here is some information about logistics. Log into the linuxpool cluster, and there you will find a directory /work/ece446/. This directory contains the following: Any code or data that we provide to you will be placed in this directory, and will have been tested (and thus bug-free... I'd hope!) in the Linux cluster. I encourage you to work on the machines in 329PH -- you can work wherever you want, but when you turn your code in, it has to work on those machines or else.


Assignment #1: Some (Very) Basics on Data Compression and Display
Your first job is to write some simple programs in C: To turn in your code, you are going to create a tar file with two directories (one for each program), containing a proper makefile and a proper README file with instructions on how to compile and run your code.

Please note: we expect you to turn in working code that is a simple to compile and run as the code we gave you. If your code does not compile, if we get a core dump while running your code on the linuxpool cluster, if it takes us more than 30 seconds from the time we open your tar file until the time we see your code running and producing correct outputs, if , then you have a problem. Please be mindful of this.

Due date: this part of the project will be due on November 1st -- you have two weeks to work on it.


More Assignments
Coming.