Previous: , Up: Additional numerical software   [Contents][Index]


2.2.5.4 MPI

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