I have downloaded a trial of Parallel Studio 2019 to see if it can help parallelize a program. I have run the compiler with the options to identify and report any loops that could be run in parallel and there were some loops identified. I then built the program using the -parallel option for compile and link. When I run inspector to examine the software execution, I get an error that there was only a single thread running. I'm wondering how to determine why there was only a single thread executed.
Thanks for any input,
Mike