All, quick question about the safety of nested parallel regions in qthreads. Is it safe/permissible to nest calls to one or more of the qthread_fork_{*}() routines? [I'm not familiar with qthreads' rules of scoping]
EG:
#-- BARaligned_t bar( void ){//-- do stuff}
#-- FOOaligned_t foo( void ){
qthread_fork( bar(), .., .. );
}
#-- MAINint main( ){qthread_initialize();
qthread_fork( foo(), .. , .. )
....
}--
John D. Leidel
Software Architect
Convey Computer
jle...@conveycomputer.com
(g) 972.836.7901
(m) 214.578.8510