Not able to get scaled performance on increasing number of threads
Sparsh Mittal
sparsh0mittal at gmail.com
Fri Feb 1 07:39:22 PST 2013
I am parallelizing a program which follows this structure:
for iter = 1 to MAX_ITERATION
{
myLocalBarrier = new Barrier(numberOfThreads+1);
for i= 1 to numberOfThreads
{
spawn(&myFunc, args)
}
}
More information about the Digitalmars-d-learn
mailing list