Previous: Documentation, Up: Programming techniques [Contents][Index]
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.
• Shared-memory parallelization: | ||
• Distributed-memory parallelization: |