Skip to content

Commit

Permalink
Merge pull request #36 from flux-framework/fix-flux-tree
Browse files Browse the repository at this point in the history
hotfix: flux-tree stat -> stats
  • Loading branch information
vsoch authored Apr 15, 2024
2 parents a36ba95 + 9b45eb8 commit 4f3042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024-RIKEN-AWS/JupyterNotebook/flux-tree/flux-tree
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jsonify() {

if [[ "${avail}" = "yes" ]]
then
avg=$(flux ion-resource stat | grep "Avg" | awk '{print $4}')
avg=$(flux ion-resource stats | grep "Avg" | awk '{print $4}')
el_match=$(awk "BEGIN {print ${avg}*${njobs}*1000000.0}")
fi

Expand Down

0 comments on commit 4f3042a

Please sign in to comment.