Giter Site home page Giter Site logo

Comments (3)

coolerzxw avatar coolerzxw commented on May 20, 2024

Hi @longbinlai ,
mpirun -n 4 means using 4 processes (probably on a cluster, or on a single machine, depending on your environment and configuration) to run. Each Gemini process will try to use all the hardware threads it sees. So running it directly should launch one process which uses all the hardware threads on the machine. Running Gemini with mpirun should be no different from running other MPI + OpenMP programs on the cluster.

from geminigraph.

longbinlai avatar longbinlai commented on May 20, 2024

Does it mean if I am running on a cluster, I just run 1 thread on each machine, aka mpirun -npernode 1 toolkits/cc .. . In addition, is it possible to make it configurable the number of threads each machine can run? If possible, could you please instruct me how to modify the codes? Thank you very much.

from geminigraph.

coolerzxw avatar coolerzxw commented on May 20, 2024

Gemini adopts the MPI + OpenMP approach, so it is best if you can configure your cluster to launch 1 process on each machine, giving each process all the cores available on the machine. I suggest you ask your colleagues to help you with this as MPI configuration can be very different and flexible.

from geminigraph.

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.