A project for HPC1 by Nicholas Sano, Matt Haas during the Fall 2011.
This project was begun on Monday September 12th 2011 at 11:50am and is anticipated to take X.
To see if the lair is the al consuming power beast that the administration claims it to be.
In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:
The idea of this is to see if the administration is right or wrong in how they measure our room and its power usage do to teh fact that we ahve no currently working AC unit and that the administration blames the heat in the room to non running computers
So in attempt to bring the Lair good name in question we have Strapped a Watt meter to a multi seat array to see if the power put put is greater less then or equal to with in a 25% margin of error to the other computer lab on campus with using another lab as a refernce
we are hoping for the implications to be false and be under there assumed power usage
State and justify the attributes you'd like to receive upon successful approval and completion of this project.
The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project.
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within <code> </code> blocks here.
/* * hello.c - A sample "Hello, World!" program * * written by NAME for COURSE on DATE * * compile with: * gcc -o hello hello.c * * execute with: * ./hello */ #include <stdio.h> int main() { printf("Hello, World!\n"); // Output message to STDOUT return(0); }
Again, if there is associated code with the project, and you haven't already indicated how to run it, provide a sample run of your code:
lab46:~/src/cprog$ ./hello Hello, World! lab46:~/src/cprog$
Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wrought. What did you learn from doing this project?
In performing this project, the following resources were referenced:
Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.)