Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MKL and Fujitsu Fortran90

henry_leyh
Beginner
835 Views
Hi,
When I was trying to use a Fujitsu Fortran 6.2c compiled ARPACK/PARPACK with MKL, I found a problem with BLAS function dnrm2 (called by PARPACK's pdnorm2 function) returning a NaN. Running everything in a debugger showed that it seems thatBLAS's cutlo and cuthi are also NaN. Everything works fine when compiling ARPACK with Intel Fortran, though. Is it because calls from Fujitsu compiled code skip some kind of initialization in MKL? As I found, Netlib's BLAS dnrm2 initializes cutlo/cuthi with a DATA statement within the function.

Thanks and bye,
Henry
0 Kudos
2 Replies
Todd_R_Intel
Employee
835 Views
Henry,
Thanks for the question. I know of no such special initialization that is performed when calling Intel MKL from the Intel compilers. I'll ask around to see if anyone has ideas. Have you submitted this as an issue at Intel premier support?
Todd
0 Kudos
Todd_R_Intel
Employee
835 Views
Engineering verified that cutlo/cuthi are initialized in MKL just as on Netlib.
-Todd
0 Kudos
Reply