Git Product home page Git Product logo

cc-slurm-sync's People

Contributors

michaellass avatar oscarminus avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

clustercockpit

cc-slurm-sync's Issues

[WARNING] REST API: job without any resources/hosts

When I use cc-slurm-sync to start_job in cc-backend, the server notice that [WARNING] REST API: job without any resources/hosts.
I checked my config.json ,like this:
{ "slurm" : { "squeue": "/usr/bin/squeue", "sacct": "/usr/bin/sacct", "state_save_location" : "/var/spool/SLURM/StateSaveLocation" }, "cc-backend" : { "host" : "http://<my_host>:39000", "apikey" : "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2Njc4OTg1NDIsInJvbGVzIjpbImFwaSJdLCJzdWIiOiJzbHVybSJ9.tvSyPYBFRslez_hl9nT6nrKBSAQ9YYnPqagBuIg1AWkJi5YSoFWS2LbxuCVWAjwxOQDrTXIMHUlF4MSMpl2_CQ" }, "accelerators" : { }, "node_regex" : "^(n2(lcn|cn|fpga|gpu)[\\d{2,4}\\,\\-\\[\\]]+)+$" }
Is there any things wrong?

[pull request pre] Use pyslurm to get the job information

I forked the cc-slurm-sync project and used it in my cluster as the collection of job information with ClusterCcokkpit. During the setup, I found that original script was using slurm command to get the job state and information. This way is clear and understandable, but may consume more resources and connect with slurm server many times.

So I rewrite the script, change all slrum command to python API: pyslurm. This change also inferred the structure of slurmJobData, so you will see the conflicts. By the way, I use "logging" package instead of the "print".

I hope my rewriting will help your script more elignant and useful. The script is in https://github.com/SJTU-HPC/cc-slurm-sync. If you want, I'm willing to merge changes in cc-slurm-sync

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.