[julia-users] Re: pmap on functions with variable #'s of arguments

2016-06-02 Thread 'Greg Plowman' via julia-users
Of course I meant: Fprime(a) = F(a,b0,c0)

[julia-users] Re: pmap on functions with variable #'s of arguments

2016-06-02 Thread 'Greg Plowman' via julia-users
> > > function Fprime(a; b0 = b, c0 = c) >F(a, b0, c0) # treating b and c above as fixed > end > Where did you define b and c? Did you define on all workers? > > (i) this does not solve my problem when the a_i's are different sizes and > can't be put into one array > Not sure what you