Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Existing current workaround is using wall time for the whole ADDA run and 
compare it with total processor time (first two times in log). So the true 
matvec time is approximately equal to ( [Number of solutions (usually 1 or 
2)]*[matvec products (for one solution)] + [Total wall time] - [Total time] 
)/[Total number of matvecs] .

Marcus tested that this approach leads to consistent results for 
moderate-to-large runs. There are, however, two drawbacks: 
- the accuracy of [Total wall time] is 1 s, insufficient for smaller runs.
- there are a number of other reasons that may be causing the difference 
between these two timings, including other tasks executed by the operation 
system.

Original comment by yurkin on 29 May 2014 at 5:33

from a-dda.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
In addition to previous comment - the accuracy of wall time results should be 
much better with r1350.

Original comment by yurkin on 1 Jun 2014 at 4:56

from a-dda.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024

Original comment by yurkin on 3 Aug 2014 at 4:56

  • Added labels: Component-Logic, Usability

from a-dda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.