Skip to content

add total iteration count to trace output#4919

Merged
boegel merged 7 commits intoeasybuilders:developfrom
smoors:num_iter
Jul 3, 2025
Merged

add total iteration count to trace output#4919
boegel merged 7 commits intoeasybuilders:developfrom
smoors:num_iter

Conversation

@smoors
Copy link
Copy Markdown
Contributor

@smoors smoors commented Jun 12, 2025

also show the iteration number (starting at 1) instead of iteration index (starting at 0)

before:

== starting iteration #0 ...
== starting iteration #1 ...
== starting iteration #2 ...

after

== starting iteration 1/3 ...
== starting iteration 2/3 ...
== starting iteration 3/3 ...

Comment thread easybuild/framework/easyblock.py
@boegel boegel added this to the next release (5.1.1?) milestone Jun 13, 2025
Comment thread easybuild/framework/easyblock.py Outdated
Comment thread test/framework/easyblock.py Outdated
Comment thread test/framework/easyblock.py Outdated
Comment thread test/framework/easyblock.py Outdated
smoors and others added 4 commits June 18, 2025 12:44
Co-authored-by: Kenneth Hoste <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
Copy link
Copy Markdown
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel boegel merged commit edb4e06 into easybuilders:develop Jul 3, 2025
37 checks passed
@smoors smoors deleted the num_iter branch July 3, 2025 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants