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

Default ENABLE_LAPACK as OFF #825

Merged
merged 11 commits into from
Jul 30, 2024
Merged

Conversation

multiphaseCFD
Copy link
Member

@multiphaseCFD multiphaseCFD commented Jul 29, 2024

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    tests directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the .github/CHANGELOG.md file, summarizing the
    change, and including a link back to the PR.

  • Ensure that code is properly formatted by running make format.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

[SC-70045]

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.79%. Comparing base (dc13b2b) to head (fabc4a6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #825      +/-   ##
==========================================
+ Coverage   98.53%   98.79%   +0.25%     
==========================================
  Files         114       94      -20     
  Lines       18113    15758    -2355     
==========================================
- Hits        17848    15568    -2280     
+ Misses        265      190      -75     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@multiphaseCFD multiphaseCFD changed the title [WIP] Default ENABLE_LAPACK as OFF Default ENABLE_LAPACK as OFF Jul 29, 2024
@multiphaseCFD multiphaseCFD marked this pull request as ready for review July 29, 2024 16:39
Copy link
Contributor

@vincentmr vincentmr left a comment

Choose a reason for hiding this comment

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

Not much to complain about, thanks @multiphaseCFD .

.github/CHANGELOG.md Outdated Show resolved Hide resolved
.github/workflows/tests_lgpumpi_cpp.yml Outdated Show resolved Hide resolved
multiphaseCFD and others added 2 commits July 29, 2024 13:18
Co-authored-by: Vincent Michaud-Rioux <vincentm@nanoacademic.com>
Copy link
Member

@maliasadi maliasadi left a comment

Choose a reason for hiding this comment

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

Thanks @multiphaseCFD!

.github/workflows/tests_linux_cpp.yml Show resolved Hide resolved
.github/workflows/tests_lkcuda_cpp.yml Outdated Show resolved Hide resolved
multiphaseCFD and others added 2 commits July 29, 2024 15:34
Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com>
Copy link
Contributor

@vincentmr vincentmr left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @multiphaseCFD !

@multiphaseCFD multiphaseCFD merged commit 522f3ab into master Jul 30, 2024
96 of 97 checks passed
@multiphaseCFD multiphaseCFD deleted the default_enable_lapack_off branch July 30, 2024 12:20
multiphaseCFD added a commit that referenced this pull request Jul 31, 2024
### Before submitting

Please complete the following checklist when submitting a PR:

- [ ] All new features must include a unit test.
If you've fixed a bug or added code that should be tested, add a test to
the
      [`tests`](../tests) directory!

- [ ] All new functions and code must be clearly commented and
documented.
If you do make documentation changes, make sure that the docs build and
      render correctly by running `make docs`.

- [ ] Ensure that the test suite passes, by running `make test`.

- [x] Add a new entry to the `.github/CHANGELOG.md` file, summarizing
the
      change, and including a link back to the PR.

- [x] Ensure that code is properly formatted by running `make format`. 

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


------------------------------------------------------------------------------------------------------------

**Context:**

[SC-70045]

**Description of the Change:**

**Benefits:**

**Possible Drawbacks:**

**Related GitHub Issues:**

---------

Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai>
Co-authored-by: Vincent Michaud-Rioux <vincentm@nanoacademic.com>
Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants