Re: OpenMP 3.0 libgomp ABI documentation for TASK construct

2009-10-05 Thread Qihang Huang
That's super! Thank you Antoniu. With the capacity of printing the expanded code, it feels a lot more freedom now when reading the source code of libgomp. Cheers, Tim On Mon, Oct 5, 2009 at 8:29 AM, Antoniu Pop wrote: > Hi Tim, > > >> From gcc online docs (http://gcc.gnu.org/onlinedocs/libgomp/)

Re: OpenMP 3.0 libgomp ABI documentation for TASK construct

2009-10-04 Thread Antoniu Pop
Hi Tim, > From gcc online docs (http://gcc.gnu.org/onlinedocs/libgomp/), I found > documentations for most of OpenMP constructs, except one very > important construct TASK. I cannot answer this. It may be that the documentation was written before tasks (which were introduced in a latter versionĀ 

OpenMP 3.0 libgomp ABI documentation for TASK construct

2009-10-03 Thread Qihang Huang
Hi, >From gcc online docs (http://gcc.gnu.org/onlinedocs/libgomp/), I found documentations for most of OpenMP constructs, except one very important construct TASK. I don't know why it is missing, but I really need to find out how TASK get transformed into GOMP_* routines. I posted this question be