updated: 2010-09-26
Parallel Workload Distributor Scripts
this package contains two shell scripts:
para.sh
|
|
parallelizes a list of commands onto the CPUs of one computer.
|
tranc.sh
|
|
parallelizes a list of commands onto several computers.
it uses para.sh on the remote site.
|
both together are able to parallelize a list of commands over several computers. every cpu or node gets a bundle of commands to process. after finishing the tranche, it gets the next one until the whole command list is distributed. this allows a quite good utilization of the availbale CPUs and nodes.
downloads
| type |
updated |
size |
download |
platform |
comment |
| bash script |
2012-01-05 |
10kB |
para.tar.gz |
Linux/PC |
parallel shell scripts for workload distribution |