Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
INMOST
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Terekhov
INMOST
Commits
8c7f1383
Commit
8c7f1383
authored
Apr 05, 2018
by
Kirill Terekhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Faster linked-list processing in mlmptiluc
parent
eb6fd0df
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
175 additions
and
45 deletions
+175
-45
Source/Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
...Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
+172
-42
Source/Solver/solver_inner/solver_mptiluc/solver_mtiluc2.cpp
Source/Solver/solver_inner/solver_mptiluc/solver_mtiluc2.cpp
+3
-3
No files found.
Source/Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
View file @
8c7f1383
This diff is collapsed.
Click to expand it.
Source/Solver/solver_inner/solver_mptiluc/solver_mtiluc2.cpp
View file @
8c7f1383
...
...
@@ -9,8 +9,8 @@
//#define REPORT_ILU
//#undef REPORT_ILU
#define REPORT_ILU_PROGRESS
//
#define REPORT_ILU_END
//
#define REPORT_ILU_SUMMARY
#define REPORT_ILU_END
#define REPORT_ILU_SUMMARY
//#undef REPORT_ILU_PROGRESS
//#define USE_OMP
...
...
@@ -3239,7 +3239,7 @@ swap_algorithm:
#if defined(ILUC2)
std
::
cout
<<
" in LU2 "
<<
nzLU2
;
#endif
std
::
cout
<<
" conditions L "
<<
NuL_max
<<
" D "
<<
NuD
<<
" U "
<<
NuU_max
<<
" pivot swaps "
<<
swaps
<<
std
::
endl
;
std
::
cout
<<
" conditions L "
<<
NuL_max
<<
" D "
<<
NuD
<<
" U "
<<
NuU_max
/* << " pivot swaps " << swaps*/
<<
std
::
endl
;
#endif
}
tlfactor
=
Timer
()
-
tt
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment