This file is indexed.

/usr/share/doc/octave-parallel/README is in octave-parallel 3.1.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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.