Loading drivers/affinityTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading drivers/loadImbalance.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper, helper.weights()); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading drivers/nested.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreadsOuter, ntasksInner, nthreadsInner); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreadsOuter<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading drivers/range.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ int main(int argc,char *argv[]) if (ConcurrencyType::root()) { std::cout<<"Using "<<threadObject.name()<<" mode= "<<ConcurrencyType::mode; std::cout<<" with "<<threadObject.threads(); std::cout<<" with "<<nthreads; std::cout<<" threads or mpi procs.\n"; std::cout<<"sum="<<sum<<"\n"; std::cout<<helper.v(); Loading drivers/threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading Loading
drivers/affinityTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading
drivers/loadImbalance.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper, helper.weights()); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading
drivers/nested.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreadsOuter, ntasksInner, nthreadsInner); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreadsOuter<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading
drivers/range.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ int main(int argc,char *argv[]) if (ConcurrencyType::root()) { std::cout<<"Using "<<threadObject.name()<<" mode= "<<ConcurrencyType::mode; std::cout<<" with "<<threadObject.threads(); std::cout<<" with "<<nthreads; std::cout<<" threads or mpi procs.\n"; std::cout<<"sum="<<sum<<"\n"; std::cout<<helper.v(); Loading
drivers/threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ int main(int argc,char *argv[]) HelperType helper(ntasks, nthreads); std::cout<<"Using "<<threadObject.name(); std::cout<<" with "<<threadObject.threads()<<" threads.\n"; std::cout<<" with "<<nthreads<<" threads.\n"; threadObject.loopCreate(helper); helper.sync(); std::cout<<"Sum of all tasks= "<<helper.result()<<"\n"; Loading