What exactly do you mean by 2D blocking?I have a Python class that runs N*M copies of a program with to inputs, with each task getting 1/N of one input, and 1/M of another.
A "program" can be either Python or any executable.
-- ab On Apr 20, 2008, at 9:15 PM, Edward J. Yoon wrote:
Hi, communities. Basically, current Map/Reduce provides parallel computation by row splitting. Have anyone thought about 2D blocking technique? If so, let's discuss together. -- B. Regards, Edward J. Yoon
