File: README

package info (click to toggle)
octave-parallel 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,648 kB
  • sloc: ansic: 24,011; cpp: 6,848; sh: 4,476; makefile: 297; perl: 170; xml: 22
file content (15 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This package contains the following sets of functions:

-- Functions for initialization of a cluster and execution of
   arbitrary commands on chosen remote machines. Please see e.g. the
   documentation of "pconnect()", "pserver()", and of the functions
   referenced therein.

-- Higher level functions, based on the lower level parallel cluster
   functions ("netcellfun", "netarrayfun", "rfeval", "install_vars").

-- Functions for parallel execution on a single multiprocessor
   machine: "parcellfun" and "pararrayfun" (by Jaroslav Hajek,
   originally in package "general").

See also package mpi, maintained by Carlo de Falco.