Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remark: OpenMP DEFINED LOOP WAS PARALLELIZED.

Status
Not open for further replies.

takafoo

Programmer
Apr 15, 2011
12
AU
remark: OpenMP DEFINED LOOP WAS PARALLELIZED.


After I compile my program I get this, is this ok or is there something I need to do to have it not appear?
 
No its OK : your code uses OpenMP directives which allow it to perform DO loops in // using several threads (the optimal number of threads is usually equal to the number of processor cores).

François Jacq
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top