Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7954 Discussions

Getting parallel studio / Intel C compiler to generate threaded code.

Lewis__Mike
Beginner
252 Views

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

 

0 Kudos
0 Replies
Reply