Previous: Mesh generators, Up: Additional numerical software [Contents][Index]
If you want to do distributed computing with FEMLISP, you need an MPI implementation. We mostly use OpenMPI, but also others (e.g. MPICH or IntelMPI) should work.
On Debian/GNU Linux, OpenMPI can be installed using
sudo apt install openmpi-bin