Program: | TFORM |
Keywords: | Computer algebra, parallel computing, MPI |
Authors: | M. Tentyukov and J.A.M. Vermaseren |
Short description: | A parallel version of the symbolic manipulation system FORM based on Posix threads. FORM programs written for the sequential version can run on the TFORM without any modifications. |
(PDF description) |
To be written.
The source code can be downloaded from the FORM CVS Repository. To build ParFORM, use the following commands:
$ autoreconf -i $ ./configure --enable-parform $ make
See also the file INSTALL in the distribution.
FORM (and also TFORM and ParFORM) is released under the GNU General Public License. In addition we ask you to refer to the FORM publication
if you use FORM in scientific publications.
See the section for the parallel version in the FORM Reference manual.