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: Wed, 10 Feb 2021 13:44:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #59952 (project octave):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is expected with parallel-4.0.0. I thought this was documented, but
reading the docs again, I see that it actually isn't (which should be changed,
but this is not the current bug).

'parcellfun()' (and 'pararrayfun()') had to be reworked (with much effort) not
to use the 'fork()' system call -- because this causes problems -- but to use
separately started Octave processes. Functions defined on the fly, e.g. with
the command line interface, don't exist in these separate processes. This was
different when 'parcellfun()' used 'fork()'. There is currently no way to get
this to work with the current 'parcellfun()' implementation, sorry.

    _______________________________________________________

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]