[fpc-pascal] Common OpenMP syntax?

Vincent Snijders vsnijders at quicknet.nl
Wed Jul 26 11:19:38 CEST 2006


Micha Nelissen schreef:
> Vinzent Hoefler wrote:
>> On Wednesday 26 July 2006 08:17, Micha Nelissen wrote:
>>> Does parallel mean all the statements in the block can be executed in
>>> parallel, or that multiple copies of the block of statements can be
>>> started in parallel ?
>> The latter.
> 
> Strange. How many copies ?

Looking at the example, I would say as many copies as there are threads:
OMP.Get_Thread_Num

Vincent



More information about the fpc-pascal mailing list