[fpc-devel] FPC and OpenMP support.
Alexander Todorov
alexx.todorov at gmail.com
Fri Mar 17 09:27:25 CET 2006
On 3/17/06, Daniƫl Mantione <daniel.mantione at freepascal.org> wrote:
> I don't plan to put effort in OpenMP support; I don't see the need
> for an external library to be able to do multithreaded programming. Focus
> here should be on 100% Pascal implementations.
Am I missing something here ? OpenMP is a standard not a library. It
uses fork-join model, which is a task of the compiler not external
library. MPI though uses an external library. Correct me if I am
wrong.
More information about the fpc-devel
mailing list