Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| labs:pair_programming [2018/02/27 01:40] – [Starting Up] admin | labs:pair_programming [2022/03/15 01:34] (current) – [Starting Up] admin |
|---|
| If you have your directories set up appropriately (i.e., your ''lab'' directory is in your ''cs111'' directory), you should be able to run | If you have your directories set up appropriately (i.e., your ''lab'' directory is in your ''cs111'' directory), you should be able to run |
| |
| pairturnin.sh labx partnerusername | pairturnin labx partnerusername |
| |
| where ''labx'' is the name of the lab you are submitting and ''partnerusername'' is your partner's username on the lab machines--the user whose account you are //not// working on. | where ''labx'' is the name of the lab you are submitting and ''partnerusername'' is your partner's username on the lab machines--the user whose account you are //not// working on. |
| |
| For example, you could run | For example, you could run |
| pairturnin.sh lab6 sprenkle | pairturnin lab6 sprenkle |
| | |
| if you are working on ''lab6'' and your partner's username is ''sprenkle''. | if you are working on ''lab6'' and your partner's username is ''sprenkle''. |
| If you and your partner wrote the code on his/her account, you'll probably want to get a copy of the code on your account. You can do so by executing | If you and your partner wrote the code on his/her account, you'll probably want to get a copy of the code on your account. You can do so by executing |
| |
| startup.sh labx partnerusername | indiv_startup labx partnerusername |
| |
| where ''labx'' is the name of the lab you are working on and ''partnerusername'' is your partner's username on the lab machines. | where ''labx'' is the name of the lab you are working on and ''partnerusername'' is your partner's username on the lab machines. |
| For example | For example |
| |
| startup.sh lab6 sprenkle | indiv_startup lab6 sprenkle |
| |
| if ''lab6'' is the name of the lab you are working on and ''sprenkle'' is your partner's username on the lab machines. | if ''lab6'' is the name of the lab you are working on and ''sprenkle'' is your partner's username on the lab machines. |