Changes between Version 3 and Version 4 of Internal/Test-MCL


Ignore:
Timestamp:
Mar 29, 2006, 4:11:43 PM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Test-MCL

    v3 v4  
    2424 * Once the nodes are ON,
    2525
    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).
    2931
    3032{{{
     
    3234}}}
    3335
    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:
    3537
    3638{{{
     
    3840}}}
    3941
    40        Copy start-mcasttx.sh to node3-1 (sender):
     42Copy start-mcasttx.sh to node3-1 (sender):
    4143
    4244{{{