Assure As Interactive Parallelizer
Start by inserting best guess directives on which loop is parallel and default shared
Working through which data elements are shared and private is time intensive
Two types of errors --
- Shared data -- Data race
- Private data -- Uninitialized or Lost results
Watch particular variables when very large