Re: [fpc-devel] FPC and OpenMP support.

2006-03-17 Thread Daniël Mantione
Op Fri, 17 Mar 2006, schreef Alexander Todorov: > On 3/17/06, Daniël Mantione <[EMAIL PROTECTED]> 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 implemen

Re: [fpc-devel] FPC and OpenMP support.

2006-03-17 Thread Alexander Todorov
On 3/17/06, Daniël Mantione <[EMAIL PROTECTED]> 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 standar

Re: [fpc-devel] FPC and OpenMP support.

2006-03-16 Thread Daniël Mantione
Op Thu, 16 Mar 2006, schreef Alexander Todorov: > Hello to all, > are there any parallel code developers in the list? Yes. > I will have to work on a mixed mode parallel project using MPI and OpenMP. > There are some bindings in pascal for the MPI library which is ok. I have a proof of concep

[fpc-devel] FPC and OpenMP support.

2006-03-16 Thread Alexander Todorov
Hello to all, are there any parallel code developers in the list? I will have to work on a mixed mode parallel project using MPI and OpenMP. There are some bindings in pascal for the MPI library which is ok. Does fpc support OpenMP compiler directives? AFAIK no. Is there a known pascal compiler th