Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:garloff:HPC
superlu
superlu-undef-code.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File superlu-undef-code.diff of Package superlu
Index: SuperLU_3.0/SRC/cutil.c =================================================================== --- SuperLU_3.0.orig/SRC/cutil.c +++ SuperLU_3.0/SRC/cutil.c @@ -239,9 +239,10 @@ cPrint_SuperNode_Matrix(char *what, Supe nsup = sup_to_col[k+1] - c; for (j = c; j < c + nsup; ++j) { d = Astore->nzval_colptr[j]; for (i = rowind_colptr[c]; i < rowind_colptr[c+1]; ++i) { - printf("%d\t%d\t%e\t%e\n", rowind[i], j, dp[d++], dp[d++]); + printf("%d\t%d\t%e\t%e\n", rowind[i], j, dp[d], dp[d+1]); + d += 2; } } } #if 0 Index: SuperLU_3.0/SRC/zutil.c =================================================================== --- SuperLU_3.0.orig/SRC/zutil.c +++ SuperLU_3.0/SRC/zutil.c @@ -239,9 +239,10 @@ zPrint_SuperNode_Matrix(char *what, Supe nsup = sup_to_col[k+1] - c; for (j = c; j < c + nsup; ++j) { d = Astore->nzval_colptr[j]; for (i = rowind_colptr[c]; i < rowind_colptr[c+1]; ++i) { - printf("%d\t%d\t%e\t%e\n", rowind[i], j, dp[d++], dp[d++]); + printf("%d\t%d\t%e\t%e\n", rowind[i], j, dp[d], dp[d+1]); + d += 2; } } } #if 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor