Am 28.12.19 um 16:09 schrieb Allin Cottrell:
The fail was not due to the fact that mpifevaltest() is user-defined,
but just that it takes no arguments. (And it would fail under feval
for that reason even in regular, non-MPI usage.)
That's now fixed in git: feval can handle functions without any
parameters.
Thanks for the fix. Actually my original problem was a case _with_
parameters, but that also involved borderline-legal string substitution.
I'll report back once I can test on the new codebase.
-s