Changes between Version 3 and Version 4 of Internal/Test-MCL
- Timestamp:
- Mar 29, 2006, 4:11:43 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Test-MCL
v3 v4 24 24 * Once the nodes are ON, 25 25 26 (a) cd ~/Test-MLC 27 (b) mkdir directory-for-this-run - e.g. mkdir 240nodes-run12 28 (c) Make sure the sender (node3-1) has the directory you wish to transfer using multicast (for e.g. ~/Test-MLC/512B contains 10000 512 byte files, ~/Test-MLC/512B-5000 contains 5000 512 byte files). 26 * cd ~/Test-MLC 27 28 * mkdir directory-for-this-run - e.g. mkdir 240nodes-run12 29 30 * Make sure the sender (node3-1) has the directory you wish to transfer using multicast (for e.g. ~/Test-MLC/512B contains 10000 512 byte files, ~/Test-MLC/512B-5000 contains 5000 512 byte files). 29 31 30 32 {{{ … … 32 34 }}} 33 35 34 (d)Modify start-mcasttx.sh according to the directory you want to transfer - for e.g. to transfer 512B-5000, start-mcasttx.sh should contain the following command:36 * Modify start-mcasttx.sh according to the directory you want to transfer - for e.g. to transfer 512B-5000, start-mcasttx.sh should contain the following command: 35 37 36 38 {{{ … … 38 40 }}} 39 41 40 42 Copy start-mcasttx.sh to node3-1 (sender): 41 43 42 44 {{{