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

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

[Octave-bug-tracker] [bug #59952] [octave forge] (parallel) command line


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #59952] [octave forge] (parallel) command line function call issues
Date: Fri, 12 Feb 2021 09:31:58 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #3, bug #59952 (project octave):

With the latest development version of 'parallel', I get:
+vebatim+
octave:1> pkg load parallel
octave:2> 
octave:2> function retval = mul(x,y)
>   retval = x*y;
> endfunction
octave:3> 
octave:3> vector_x = 1:2^3;
octave:4> vector_y = 1:2^3;
octave:5> 
octave:5> vector_z = pararrayfun(nproc, @(x,y) mul(x,y), vector_x, vector_y)
execution error
error: __parcellfun_get_next_result__: could not receive result
error: called from
    parcellfun at line 201 column 16
    pararrayfun at line 85 column 28
octave:6> 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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