Code Monkey home page Code Monkey logo

Comments (2)

drwells avatar drwells commented on June 12, 2024

Fixed by IBAMR/IBSAMRAI2#3 (this repo is not yet publicly available)

from ibamr.

drwells avatar drwells commented on June 12, 2024

A little more on this one, for the sake of putting my notes somewhere:

This function is unnecessarily expensive (it computes something we never use) but, for most of the stuff I profile, IBFE is a lot more expensive. However - for problems where the SAMRAI linear solves take up the majority of runtime, this function dominates total runtime (It's something like O(n_patches2), which means it is also O(n_procs2)). My valve benchmark (which contains several small elastic structures in a large domain) spent 60% of its time calling this function. I'd guess that this function made it this far into SAMRAI (it is still in SAMRAI today) because few (possibly zero outside our group!) SAMRAI users solve parabolic or elliptic problems at scale.

We knew about this back when Elijah D published his thesis but those patches never quite made it into IBAMR, and I didn't notice because I spend most of my time profiling IBFE.

from ibamr.

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.