Giter Site home page Giter Site logo

Comments (10)

Oblomov avatar Oblomov commented on May 30, 2024

Hello, can you paste the output of make echo=1 plain=1 -j1?

from gpusph.

nicolin avatar nicolin commented on May 30, 2024

from gpusph.

Oblomov avatar Oblomov commented on May 30, 2024

You have a spurious /usr/local/lib and I do not understand where it's coming from. Do you have a Makefile.local ? If so, what is its contents? Also, can you show the output of make show?

from gpusph.

nicolin avatar nicolin commented on May 30, 2024

from gpusph.

Oblomov avatar Oblomov commented on May 30, 2024

Oh, I see what's happening. You have the LIBPATH environment variable set, and the Makefile is picking it upto set its own variable. Can you try running LIBPATH= make ?

from gpusph.

nicolin avatar nicolin commented on May 30, 2024

from gpusph.

Oblomov avatar Oblomov commented on May 30, 2024

This looks very interesting. Feel free to let us know if you need any assistance with the coupling.

You might also want to look into the next branch as basis for your work, it has noticeably progressed since the last release, and will see some powerful changes in the upcoming days which should make integration with other frameworks easier.

from gpusph.

nicolin avatar nicolin commented on May 30, 2024

from gpusph.

Oblomov avatar Oblomov commented on May 30, 2024

The next branch has been made public a few months ago, so if you clone the repository you will be able to access it.

Option A) looks very similar to what we already do with GPUSPH to support rigid bodies using Chrono. The key part is a segmented scan that collects the per-object contribution, and we could use something similar in your case.

Option B) should also be possible, again by introducing appropriate hooks before the integration kernel (which would then just set the particles' data based on the hooks results).

We're also currently looking into setting up a Discourse instance, that will be much more appropriate forum to discuss these kind of stuff than the GitHub issues ;-)

from gpusph.

nicolin avatar nicolin commented on May 30, 2024

Thanks will do.

from gpusph.

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.