G
Guest
Hello,
I´m having several loops with independent operations.
Now I want to parallelize these loops for my two test-machines
(a 4xXeon Server and a DualCore 2 Notebook).
Does anybody know a good tutorial about parallizing with C#?
Which solutions are possible?
At the moment I only can imagine to do it with several threads.
Are there other ways?
Is it for example possible to run the OpenMP library
in an unmanaged code area of C#?
Regards,
Martin
I´m having several loops with independent operations.
Now I want to parallelize these loops for my two test-machines
(a 4xXeon Server and a DualCore 2 Notebook).
Does anybody know a good tutorial about parallizing with C#?
Which solutions are possible?
At the moment I only can imagine to do it with several threads.
Are there other ways?
Is it for example possible to run the OpenMP library
in an unmanaged code area of C#?
Regards,
Martin