-
Ah, I posted a "quick fix" on the user's mailing list but neglected to update the forum. I've put an excerpt of the workaround below.
--Rich
The original thread:
https://sourceforge.net/mailarchive/forum.php?thread_name=4A71F50D.2080600%40cc.gatech.edu&forum_name=oski-users
This problem is related to OSKI configure's attempt to link
against a native BLAS, which picks up...
2009-08-03 20:51:46 UTC in OSKI: Optimized Sparse Kernel Interface
-
Update: Attached tarball should be patched as follows.
==========
Richard, I've made a typo in the oski_trisolve2.cc:
74c74
< pc = (int*) malloc(sizeof(int) * N + 1);
---
> pc = (int*) malloc(sizeof(int) * (N + 1));
The fixed file is attached to the letter.
It didn't influence on program output, but potentially this error might lead to core dump.
Thanks again,
Alexander.
2008-09-05 17:44:54 UTC in OSKI: Optimized Sparse Kernel Interface
-
A user has reported a problem with triangular solve. Message from the user (with sample program tarball attached).
====
Hi Richard,
It seems to me, that SpMV kernel works fine with transformations, but transformations for triangular solver kernel is broken. I'm sending you a simple program with testcase (please see attached tar archive).
In the archive there are 3 files: README with...
2008-09-05 14:50:57 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 89 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-07-16 23:37:45 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 88 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-06-19 15:55:49 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 87 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-06-18 17:05:03 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 86 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-06-17 17:26:15 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 85 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-06-17 04:22:26 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 84 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 1 files.
2008-06-17 04:22:20 UTC in OSKI: Optimized Sparse Kernel Interface
-
rvuduc committed patchset 83 of module oski to the OSKI: Optimized Sparse Kernel Interface CVS repository, changing 3 files.
2008-06-17 04:22:16 UTC in OSKI: Optimized Sparse Kernel Interface