Giter Site home page Giter Site logo

hpc_analytics's People

Contributors

markyoder avatar

Watchers

 avatar  avatar

Forkers

romxero

hpc_analytics's Issues

SQUEUE_obj.get_active_jobs does not work

https://github.com/jeffersonscientific/HPC_analytics/blob/0d320c9f2528832dfbcb64e2feec8f27c45c6024/hpc_lib.py#L1781C9-L1781C24

When I run this, I get the following error. It's likely because "get_active_cpus" is defined below "get_active_jobs" - my guess is that moving around the functions should solve the issue.


NameError Traceback (most recent call last)
Cell In[35], line 1
----> 1 SQ.get_active_jobs()

File ~/HPC_analytics/hpc_lib.py:1786, in SQUEUE_obj.get_active_jobs(self, *args, **kwargs)
1784 args[5]
1785 kwargs['do_jobs'] = True
-> 1786 return get_active_cpus(*args, **kwargs)

NameError: name 'get_active_cpus' is not defined

add_idle can sometimes add negative ncpus

When debugging SQUEUE_obj.report_user_cpu_job_pies, I ran into an issue where the idle user reported negative ncpus. That broke the plots, as a negative value doesn't quite make sense in a pie chart.

Maybe we should default add_idle to False?

def report_user_cpu_job_pies(self, state='RUNNING,PENDING', cpus_total=5456, add_idle=True, ax1=None, ax2=None):

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.