vikas <pvssvikas@xxxxxxxxx> writes: > So do you mean by this (below clarification), gcc can look and > optimize only if I use OpenMP calls ? or it is intelligent enough even > to look into posix multi threading calls and generate optimized code > for multi core systems ? If you are asking: does gcc automatically generate parallel code without any OpenMP comments? the answer is no. Ian