-
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 by rvuduc
-
It seems that this forum is dead. Too bad - I would like to use OSKI but have this same install problem on a Mac.
OSX 10.5
gcc 4.0.1
gfotran 4.4.0
OSKI 1.0.1h.
2009-08-03 20:18:01 UTC by jamessuther
-
Hi, all:
I am working on matmult with OSKI. the codes linked with shared library is much faster the one linked than static library.
Does anyone know what is the problem?
Thanks,
SEA.
2009-06-10 21:04:17 UTC by seasea
-
Hi,
I am trying to install OSKI on our machines. it is ok for INTEL machine. However, when I tried it on IBM machine with AIX OS, the following error happened when I "make" while configure seem ok. I was wondering if you ever met the same situation. Would you please tell me how to fix it? My CFLAGS are set as
export OSKIDIR=$HOME/oski-1.0
export CC=xlc
export...
2009-05-25 21:11:46 UTC by seasea
-
I have the exactly same problem.
Does any one know how to fix this?
Thanks in advance,
Kai.
2009-03-10 01:49:04 UTC by kaisong
-
Hi,
I installed OSKI 1.0.1h on Windows XP SP3, Cygwin, GCC 3.4.4
configure
make
process all files sucessfully, but make check reports: 4 of 25 tests failed, more exactly:
*** Checking ./test088-getset using a custom script ***
*** Error condition 'val == ((void *)0)' detected ***
***********************************************************
* OSKI Error -1 : An error occurred
*...
2008-11-02 09:48:35 UTC by nobody
-
Hi Rich,
Just curious if you've made any progress on this issue.
Thanks,
Jonathan.
2008-10-02 23:30:50 UTC by jjhu
-
This is not a PGI-specific issue.
This fails on barcelona as well when you use gcc.
Regards,
Chris Siefert.
2008-10-02 23:27:51 UTC by nobody
-
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 by rvuduc
-
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 by rvuduc