On Thu, 29 Jun 2017, Marcin Błażejowski wrote:
W dniu 29.06.2017 o 14:51, Allin Cottrell pisze:
> Could you send me a minimal example of what's not working, please?
>
Allin,
just use 'send_func.gfn' package from the attachement in such a simple way:
<hans>
include send_func.gfn
eval foo3()
</hans>
Let me explain what that package does. It's just the script you send
three days ago, but saved in the package form organized as follows:
1. foo1() and foo(2) are private functions.
2. foo3() is a public function which calls foo1() and foo2() within the
mpi block. After that gretlmpi complains on call to unknown function.
Thanks, Marcin. I see that it works OK if I edit the gfn to make
foo1() and foo2() public. So I guess what's happening is just that
--send-functions is not including any private functions. I'll take a
closer look...
Allin