daleroberts / pypar

Efficient and scalable parallelism using the message passing interface (MPI) to handle big data and highly computational problems.
GNU General Public License v3.0
69 stars 15 forks source link

Allow 'gather' to handle values (instead of requiring a numpy array) #2

Open daleroberts opened 11 years ago

daleroberts commented 11 years ago

In certain cases, it makes sense to gather single values (on clients) to an array (on master). See the examples/pi.py