-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix substepping issue for Rosenbrock solver with inline LU decomposit…
…ion (#717) * revise Rosenbrock sovler with substepping for inline LU; add integration tests for CSC and inline LU decomp * bug fix for compilation * add back the last_alpha value for non-inline LU algorithm * minor bug fix * minor style fix * clean up the code further * add suggested flag for Windows with MSVC compiler * debug message * try another fix * move the location * reduce parallel jobs for clang-cl-11 * add big object file compiler option for clang compiler * add flag for clang-cl only * remove win32 for clang-cl-11 * clean up cmake file
- Loading branch information
1 parent
6465d8e
commit 57b2cb2
Showing
5 changed files
with
388 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.