Git Product home page Git Product logo

Comments (3)

guillaumeeb avatar guillaumeeb commented on May 29, 2024

So after some research, I take it your talking about Slurm implementation, and that's me that introduced these terms.
Several things here IIRC:

  • At the beginning, I believe Slurm implementation was a little wrong, and only used processes as the number of cores booked in a Slurm job, leaving aside the thread_per_worker arg.
  • job_mem and job_cpu in Slurm are kind of equivalent to PBS resource_spec, and we had a discussion with @jhamman in this issue: #12. From what I've seen, sometimes @jhamman does some over subsription, e.g. booking every CPU from a node on the cluster, but launching more total threads on it: PBSCluster(processes=24, threads=2, resource_spec='select=1;ncpus=24;mem=120GB')

For my part I've never done this, and having job_cpu = processes * threads is currently fine for me. But I can imagine that some people may want to have some more control about it. Hope this helps.

from dask-jobqueue.

guillaumeeb avatar guillaumeeb commented on May 29, 2024

I propose to close this and keep these two arguments, are they may be of use to Slurm users as resource_spec is of use to PBS ones.

from dask-jobqueue.

guillaumeeb avatar guillaumeeb commented on May 29, 2024

Closing, it's possible we discuss this again if we go on with #133

from dask-jobqueue.

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.