Thanks for the clarification. How do I make it available to pfunc.showData then? (without having to explicitly send it as an argument in the function call)
The goal would be to have a large chunk of data having locally available to the workers which then can independently work on it and only send the computed results. (I cannot do shared arrays as the actual data will not be bit types) Thanks
