Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add itp tooltip to each run's core count #1570

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dubslow
Copy link
Contributor

@dubslow dubslow commented Feb 16, 2023

Allows site experts to better keep the finger on the pulse without overwhelming newbs

Allows site experts to better keep the finger on the pulse without overwhelming newbs
@@ -119,7 +119,7 @@
${run['args']['tc']} th ${str(run['args'].get('threads',1))}
</span>
% if not run['finished']:
<div>
<div title="${f"itp: {run["itp"]:d}, c/i: {run["cores"]/run["itp"]:.2f}"}">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong syntax.

- <div title="${f"itp: {run["itp"]:d}, c/i: {run["cores"]/run["itp"]:.2f}"}">
+ <div title="${f'itp: {run["itp"]:.0f}, c/i: {run["cores"]/run["itp"]:.2f}'}">

However the run dictionary has not the itp key.

@ppigazzini ppigazzini marked this pull request as draft August 23, 2023 10:28
@ppigazzini ppigazzini added enhancement server server side changes gui labels Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement gui server server side changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants