Skip to content

Commit

Permalink
Merge branch 'get-cluster-stats' of github.com:OSC/ood_core into get-…
Browse files Browse the repository at this point in the history
…cluster-stats
  • Loading branch information
lukew3 committed Apr 8, 2022
2 parents 625edde + 5034cb4 commit 8b43fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ood_core/job/adapters/slurm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ def submit(script, after: [], afterok: [], afternotok: [], afterany: [])

# Retrieve info about active and total cpus, gpus, and nodes
# @return [Hash] information about cluster usage
def cluster_info()
@slurm.get_cluster_info()
def cluster_info
@slurm.get_cluster_info
end

# Retrieve info for all jobs from the resource manager
Expand Down

0 comments on commit 8b43fb2

Please sign in to comment.