-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoogleBenchmark setup #2
Comments
/user/vcroft/public_html/forPatrick/outputAugust09 |
@vincecr0ft what are the other parameters in this run actually, N_samples, N_events and N_bins? |
Judging by the other set of workspaces, I guess it's 1 sample, 1000 events, 10 bins, is that correct? |
For completeness' sake, this plot compares the total and ideal wall clock times (blue and red) to the CPU times. Green is the CPU time of the master process, purple the sum of all the MPFE processes' CPU times and yellow the sum of green and purple (i.e. the total CPU time of the entire minimization process over multiple CPUs). |
Two files have been added. runBinnedTest.cxx and buildBinnedTest3.cxx These are simple ROOT macros that have been provided to the ROOT Benchmarking team. Results on earlier tests can be seen here.
As can be seen the time goes up for multiple cores. this is apparently still true with more cores capping the job time at taking more than 12 hours.
A first solution is proposed to kill lines 57 and 61 (mentioning ActivateStatError()) and run on up to 8 cores.
Once the google benchmark code runs well on the knl with proper scaling this test can be extended to other systems (e.g. on NLESC machines) but in the mean while the code to run the tests can be found here.
The text was updated successfully, but these errors were encountered: