Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-18 04:16:12


Peter Schmitteckert (boost) wrote:

> What I would really like to have would be some basic language support for
> parallel programming, like a parallel block in a loop, which allows the
> compiler to generate code that evaulates the blocks independently, e.g.
> on separate CPUs on a SMP machine.

You can use OpenMP for that inside C++ applications.

I'm not sure it would be a good idea to absorb this

standard inside the C++ standard.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk