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

Remove complex / complex long KLU functions #2160

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Remove complex / complex long KLU functions #2160

merged 2 commits into from
Aug 21, 2023

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Aug 20, 2023

We are unnecessarily building the complex / complex long versions of KLU. This PR removes them to speed up AMICI installation.

We are still building both the int32_t and int64_t version of SuiteSparse, which leaves room for further optimization...

We are unnecessarily building the complex / complex long versions of KLU.
This PR removes them to speed up AMICI installation.

We are still building both the int32_t and int64_t version of SuiteSparse,
which leaves room for further optimization...
@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Merging #2160 (ac43e85) into develop (6090e21) will increase coverage by 22.41%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #2160       +/-   ##
============================================
+ Coverage    54.26%   76.67%   +22.41%     
============================================
  Files           34       82       +48     
  Lines         5586    14943     +9357     
============================================
+ Hits          3031    11457     +8426     
- Misses        2555     3486      +931     
Flag Coverage Δ
cpp 73.55% <ø> (?)
petab 54.26% <ø> (ø)
python 77.29% <ø> (?)
sbmlsuite ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 66 files with indirect coverage changes

@dweindl dweindl marked this pull request as ready for review August 20, 2023 09:20
@dweindl dweindl requested a review from a team as a code owner August 20, 2023 09:20
@dweindl dweindl self-assigned this Aug 20, 2023
@dweindl dweindl merged commit 44ba054 into develop Aug 21, 2023
@dweindl dweindl deleted the klu_no_complex branch August 21, 2023 08:49
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.

2 participants