Search found 5 matches
- Mon May 29, 2006 11:11 am
- Forum: Framework
- Topic: Debugging in VC++
- Replies: 4
- Views: 6670
- Fri May 19, 2006 7:32 am
- Forum: Framework
- Topic: Debugging in VC++
- Replies: 4
- Views: 6670
- Fri May 19, 2006 7:25 am
- Forum: Documentation
- Topic: OpenSEES User Manual now available in PDF format
- Replies: 14
- Views: 26748
- Wed Jul 27, 2005 8:33 am
- Forum: OpenSees.exe Users
- Topic: superLU 3.0 problems
- Replies: 2
- Views: 5112
thank you!
int *iperm_r;
change to:
int *iperm_r = NULL;
It run ok in debug mode!
my platform is XP+vs.net2003
superLU 3.0 have updated in
http://crd.lbl.gov/~xiaoye/SuperLU/
int *iperm_r;
change to:
int *iperm_r = NULL;
It run ok in debug mode!
my platform is XP+vs.net2003
superLU 3.0 have updated in
http://crd.lbl.gov/~xiaoye/SuperLU/
- Mon Jul 18, 2005 7:49 am
- Forum: OpenSees.exe Users
- Topic: superLU 3.0 problems
- Replies: 2
- Views: 5112
superLU 3.0 problems
when I use
system SparseGeneral -piv
will be break by this messgae
Run-Time Check Failure #3 - The variable 'iperm_r' is being used without being defined.
source code file is dgstrf.c
system SparseGeneral -piv
will be break by this messgae
Run-Time Check Failure #3 - The variable 'iperm_r' is being used without being defined.
source code file is dgstrf.c