Parallel-Octave 0.0.3 README ============================ MPI-based Octave parallel execution package for cluster computers and SMP 1. Description This is a package to add parallel computing functions to Octave. The parallel computing functions are supported with parallel computing libraries MPI. The operation has been confirmed only on Linux (but it may be applicable to other operating systems). You can get the latest version from the following URL: 2. Requirements * GNU Octave Octave was written by John W. Eaton and many others. Octave is available at * MPI execution environment There are various implementations of MPI. Current Parallel-Octave requires LAM/MPI See . 3. How to install See file INSTALL 4. How to use See file USAGE License: This package is a free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -=- Comments and suggestions should be directed to: octave@higuchi.ecei.tohoku.ac.jp