For Programmers: Free Programming Magazines  


Home > Archive > Fortran > January 2006 > openMP: threadprivate not effected and function variables not passed









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author openMP: threadprivate not effected and function variables not passed
pkarthi@gmail.com

2006-01-24, 7:56 am

Problem 1: The threadprivate common block variable which is copiedin in
two threads, is not private in the threads but is shared between the
threads.(The memory address seen in the debugger(pgdbg) is same in both
the threads).

Problem 2: Variables passed in subroutine calls inside a parallel
region are not getting passed. There is no memory address and value
shown in the pgdbg debugger.

The compiler is pgf90 in Linux platform.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com