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

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

[Octave-bug-tracker] [bug #45833] support load/save of classdef objects


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #45833] support load/save of classdef objects
Date: Fri, 28 Aug 2015 11:06:01 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.0

Follow-up Comment #6, bug #45833 (project octave):

Parallel execution with the 'parallel' package, functions 'parcellfun' (local)
or e.g. 'netcellfun' (cluster), relies on the values of single variables being
transfered with Octaves save/load methods (currently 'save_binary_data()' is
called). It must be recognized if sending (with a save method) a value failed,
otherwise the reading process will just hang.

Since there may exist types derived from octave_base_value which can't be
saved (as e.g. types provided by some packages), it is not feasible for the
'parallel' package to keep track which types can be saved and which can't. So
if you should change the error into a warning, could you please provide an
option of these methods to request the previous behaviour, i.e. an error?

Olaf


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45833>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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