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

Intel MKL BLACS fatal error

bucaioni__thomas
New Contributor I
660 Views

Hello,

My program ends prematurely with the following message:

Intel MKL BLACS fatal error: cannot allocate memory, aborted. srun: error: n2176: task 0: Exited with exit code 255

The function call that seem to fail is:

blacs_gridinit(icontext,'r',nprows,npcols)

The first call goes well but the second doesn't, any idea where it comes from?

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
660 Views

You need to ask this in https://software.intel.com/en-us/forums/intel-math-kernel-library

View solution in original post

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
661 Views

You need to ask this in https://software.intel.com/en-us/forums/intel-math-kernel-library

0 Kudos
Reply