Monday, 9 September 2013

Data sharing in openmp

Data sharing in openmp

In writing multithreaded programs, the default is data sharing memory
among all threads, and one needs to specify what is private. Is it
possible to declare all data as private?
Regards, -Mohd

No comments:

Post a Comment