Am 23.06.2017 um 18:54 schrieb Marcin Błażejowski:
Hi,
as we know MPI block has an option "--send-functions" for sharing any
functions defined in the invoking script with MPI nodes. But what about
packages?
Suppose I have a package consists of three functions: foo1, foo2 and
foo3 and inside the foo3 I have MPI block in which I want to use foo1
and foo2. Will the "--send-functions" option then work? Because I
suppose for now it doesn't.
Hi Marcin,
have you tried it? Intuitively I'd say that after the package is
included the functions have been read into memory and are available.
Then it should be possible to send them "anywhere" you like. But I may
be missing something.
cheers,
sven