**************** Distribute Files **************** description =========== This section shows how to distribute files from the main node to all cluster nodes. .. topic:: Notes # This command copies the data across all cluster nodes # This command copies the data in P log(n) where n is number of nodes. command-line ============= >>> ./EHPC-Client --files-distribute OPTIONS All parameters should be in format parameter=value Options: --domain, -d domain of the main node to interact with --files list of files to send to the cloud -id id of the operations **Example 1** copy folder ``/blast_db/est_human`` from the main node to all cluster nodes at ``ec2......com`` ``./EHPC-Client --files-disturbute -d=ec2........com --files=/blast_db/est_human``