60 | | 1. download and compile pingPlus |
| 60 | 1. Download pingPlus software: |
| 61 | a. Browse to: http://www.gpolab.bbn.com/local-sw/ |
| 62 | b. Select `pingPlus-0.2.tar.gz` and then press "Download". |
| 63 | c. The software disclaimer will come up. Press "Accept". |
| 64 | d. When prompted save the file on your local machine. |
| 65 | e. Upload pingPlus onto each of your nodes. |
| 66 | {{{ |
| 67 | scp -P 30010 pingPlus-0.2.tar.gz sedwards@pc1.instageni.gpolab.bbn.com:. |
| 68 | }}} |
| 69 | 2. Compile pingPlus |
| 70 | {{{ |
| 71 | ssh into node |
| 72 | tar xvfz pingPlus.tar.gz |
| 73 | cd pingPlus-0.2 |
| 74 | make |
| 75 | }}} |