- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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