pyacs.gts.Sgts_methods.gts_mp_ipyparallel module

pyacs.gts.Sgts_methods.gts_mp_ipyparallel.gts_mp_ipyparallel(self, method, *args, **kwargs)[source]

Parallel version of Sgts.gts using ipyparallel with fault-tolerant recovery. Deprecated.

Parameters:
  • method (str) – Gts method to apply.

  • *args (tuple) – Positional arguments for the method.

  • **kwargs (dict) – Keyword arguments; ncpu (int) sets number of CPUs (default 4).

Returns:

New Sgts with processed Gts.

Return type:

Sgts