Monday, October 15, 2007

OpenMP

gcc 4.2 and later now includes support for the OpenMP shared-memory parallelization API. This would be a good way of adding support to xspec for multi-core machines. This can be used in C/C++ or Fortran and provides a simple way of parallelizing loops.

No comments: