Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

MATMUL stack overflow

Intel_C_Intel
Employee
1,555 Views
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

0 Kudos
1 Reply
TimP
Honored Contributor III
1,555 Views
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.
0 Kudos
Reply