[Open64-devel] OpenMP implementation in Open64
Brought to you by:
ributzka,
suneeljain
|
From: eirc.lew <eir...@gm...> - 2010-05-27 13:44:54
|
Hi,all
Recently I have read the code of OpenMP implementation in Open64. And I encountered some problems as follow:
1、how did it tackle the firstprivatelist variables. It seems not though funtion parameters pass the value of firstprivate from orginal funtion to the microtask, but I can't find the code do it.
2 the declaration: void (*omp_micro)(int numthread,frame_pointer_t ), does the second parameter mean the BP value of stack? if so, what is it used to do?
Is there somebody can help me ?
Thank you!
Eric |