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

fix toc display for crb code #2173

Merged
merged 3 commits into from
Oct 11, 2023
Merged

fix toc display for crb code #2173

merged 3 commits into from
Oct 11, 2023

Conversation

thomas-saigre
Copy link
Contributor

  • ensure that no mor than 15 columns are set in toc call
  • do not display online time results in log, while still measuring time
    (available in display-stats)

/cc @prudhomm

  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes?
  • Have you successfully run the Feel++ testsuite with your changes locally?
  • Have you written Doxygen comments in your contribution ?

- ensure that no mor than 15 columns are set in toc call
- do not display online time results in log, while still measuring time
(available in display-stats)

/cc @prudhomm
Copy link
Member

@prudhomm prudhomm left a comment

Choose a reason for hiding this comment

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

@thomas-saigre we don't want to have LOG(INFO) in the online code (imagine thousands of computation, it would generate a huge log), so lets use VLOG(3) and get the toc value outside the VLOG/LOG

mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
/cc @prudhomm

[skip feelpp, skip tests, skip toolboxes, skip python]
@prudhomm prudhomm self-requested a review October 10, 2023 12:30
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
mor/mor/feel/feelmor/crb.hpp Outdated Show resolved Hide resolved
/cc @prudhomm
[skip feelpp, skip tests, skip toolboxes, skip python]
@prudhomm prudhomm merged commit 64a7beb into develop Oct 11, 2023
7 checks passed
@prudhomm prudhomm deleted the saigre/quickfix-toc branch October 11, 2023 11:29
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.

None yet

2 participants