In c++ When we parallelize the loop using OpenMP directives, how should we do if we use a instance of the class in the loop and want to keep some members of the class to be private across all threads and others to be shared ?
问问题
1215 次