Friday, January 25, 2008

OpenMP

After reading up on the OpenMP API I think this would be a good choice for us to use for parallelizing the code. It is cross platform and works with C and C++ on Windows, Unix, and Solaris. The GCC compiler version 4.2 and above have OpenMP support, the file omp.h needs to be included for the OpenMP functions.

Wikipedia Entry

No comments: