- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all
I am trying to perform a matrix multiplication using MATMUL(a,b). The 2
arrays are a(98,98) anb b(98,471), and I get an erron message severe(170)
Stack Overflow. Anyone?
Thank you in advance
Filip
I am trying to perform a matrix multiplication using MATMUL(a,b). The 2
arrays are a(98,98) anb b(98,471), and I get an erron message severe(170)
Stack Overflow. Anyone?
Thank you in advance
Filip
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you employ the
/LINK /STACK:400000
in your link step?
Depending on your source code, you may be allocating another temporary array dimensioned (98,471). If you don't think there should be a temporary array, show us your source code, and tell us which compiler.
/LINK /STACK:400000
in your link step?
Depending on your source code, you may be allocating another temporary array dimensioned (98,471). If you don't think there should be a temporary array, show us your source code, and tell us which compiler.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page