1 |
Problem: incorrectly pointing to the same place
-
Symptom: bad answers
-
Fix: initialization of local pointers
|
2 |
Problem: incorrectly pointing to different places
-
Symptom: segmentation violation
-
Fix: localization of shared data
|
3 |
Problem: incorrect initialization of parallel regions
-
Symptom: bad answers
-
Fix: Copy in? / Use parallel region outside parallel do.
|