octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59328] [octave forge] (parallel) package unus


From: Miloš Petrašinović
Subject: [Octave-bug-tracker] [bug #59328] [octave forge] (parallel) package unusable
Date: Wed, 28 Oct 2020 15:20:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36

Follow-up Comment #4, bug #59328 (project octave):

I would like to add, in order for this example to work expected way user must
savepath after addpath. The following example works for me. I think that this
is a solution for Muhali's problem (without savepath I also get [-1,-1]).


pkg load parallel
addpath tmp
savepath

bar = @(x) foo(x) ;

w = cellfun(@foo, {1, 2})
w = cellfun(bar, {1, 2})
w = parcellfun(1, @foo, {1, 2})
w = parcellfun(1, bar, {1, 2})


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59328>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]