Hi all,
I need some advise and help for re-compiling of an existing C project (which is a huge project) on a solaris8-sparc platform with "OpenMP". The point is i m not familiar neither with compiling nor parallel programing issues. With a little google search i see that sun-studio 11 and 12 has openMP infrastructure already. so how can i start compiling c files with openMP.
on the other hand
Can this be done by downloading a gcc compiler with an openMP support ( in a bundle) and renaming and linking it with the previous cc's location and including openmp headers to project files.. this is what i suppose but sure its not that simple. so what should i do ? can you please kindly offer me a road map about it.