This project comprises of 3 parts. In the repository, you can see 3 folders - Task A, Task B and Task C.
- Task A - Task A is about downloading and running the code. The code Once you clone the repository go to Task A directory and follow the instructions mentioned in the readme file.
- Task B - In task B, you will compile and run the c programming code, kept inside the Task B directory.
- Task C - In task C, you will have to optimize the code given in Task B and then
- Register and create your github account
- Fork this repository into your repository
- From henceforth, you will be using your own repository for clonning, pull, push whereever applicable during the project
Everything needs to be done at the lab machines. There are 5 labs, lab1 - lab5. The code you write needs to compile in those machines. To access those machines, follow the following instructions:
-
Download and install Putty
a. If you are inside campus, connect to
lab1.cs.clemson.edu
b. When prompted enter your clemson username (corresponds to your email) and password
-
If you are outside campus, connect to
access.computing.clemson.edu
a. When prompted enter your clemson username (corresponds to your email) and passwordb. Now once you are inside campus network, ssh into lab machines using:
ssh myusername@lab1.cs.clemson.edu
c. You might be prompted to enter username and password again
d. You are now inside lab1 machine terminal
-
If you are inside campus, ssh into “lab1.cs.clemson.edu” using
ssh myusername@lab1.cs.clemson.edu
a. When prompted enter your clemson username (corresponds to your email) and password
b. You are now inside lab1 machine terminal
-
If you are outside campus, connect to “access.computing.clemson.edu” using
ssh myusername@access.computing.clemson.edu
a. When prompted enter your clemson username (corresponds to your email) and password
b. Now once you are inside campus network, ssh into lab machines using:
ssh myusername@lab1.cs.clemson.edu
c. You might be prompted to enter username and password again
d. You are now inside lab1 machine terminal
- You need to prepare seperate files for submissions and push it to the submissions directory
- Finally, once you are completed, please create a pull request to the manin repository