Am 11.01.2017 um 23:01 schrieb Allin Cottrell:
On Wed, 11 Jan 2017, Sven Schreiber wrote:
> Am 11.01.2017 um 07:51 schrieb Sven Schreiber:
>> Am 10.01.2017 um 21:27 schrieb Allin Cottrell:
>>> I'm attaching a variant of your script which permits comparison with
>>> MPI.
>>
>> Thanks, I will take a look.
OK, the attached uses MPI in the way that you suggested first, but still
uses different temp files for each of the parallel thingies. Works for
me, and I must say I already quite like its potential.
Here's an update, now that bundles can be passed via MPI. See
what you
think.
It's great to be able to pass bundles around. However, I still don't get
how the bundles (array) can be injected into the mpi block, in your
example you're constructing them on the fly within the block (your whole
script being the block here, obviously).
The only way I currently see is to read them in via a temp file with a
hardcoded filename, but that is basically what's already in the attached
version.
thanks,
sven