Giter Site home page Giter Site logo

Comments (5)

agraubert avatar agraubert commented on August 10, 2024 2

What if canine were to check for running jobs before performing a reset? If there are active jobs running, it could assume that everything is OK, but only perform the reset if the cluster is idle

from canine.

agraubert avatar agraubert commented on August 10, 2024 1

Added new backend option:

backend:
    slurm_conf_path: /path/to/slurm.conf

This option is accepted by all slurm backends, and if provided, will force a restart of slurmctld after the pipeline is staged, but before any jobs are dispatched

from canine.

hurrialice avatar hurrialice commented on August 10, 2024

This could potentially be harmful - e.g. When you submit new canine jobs you do not want to disrupt the running ones. But yes, maybe give a flag when outputs still grow and let users do the hard reset themselves?

from canine.

julianhess avatar julianhess commented on August 10, 2024

If it's necessary to hard reset the cluster (e.g. due to corruption of the Slurm bitmap), the chances are very high that the currently running jobs will not properly complete anyway.

from canine.

julianhess avatar julianhess commented on August 10, 2024

P.S. just realized the proper way to run this is

slurmctld -c -f /path/to/slurm.conf && slurmctld reconfigure

from canine.

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.