Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

DSS with single precision

Max_T_
Beginner
169 Views

Hello!

How do I call DSS with a single precision? DSS guide suggests to change

MKL_INT opt = MKL_DSS_DEFAULTS;

for

MKL_INT opt = MKL_DSS_MSG_LVL_WARNING + MKL_DSS_TERM_LVL_ERROR + MKL_DSS_SINGLE_PRECISION;

but the program crashes with a segmentation fault at the reordering step. What else do I need to change?

0 Kudos
1 Reply
mecej4
Black Belt
169 Views

The example code dss_sym_f.f, with the modification to the value of opt that you indicated and real variables declared as single precision reals, works fine.

Please provide more details.

Reply