Previous: , Up: Programming techniques   [Contents][Index]


4.6 Parallelization

FEMLISP offers parallelization of two kinds. The first is shared-memory parallelization which is based on the threads of the operating system, the second is distributed-memory parallelization with the help of MPI.