Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.
29285 Discussions

IMSL Bessel function dbsk1() OK in DEBUG, CRASH in RELEASE

intelgg
Beginner
824 Views
I am using CVF 6.5.A on Win2K/P3 and am using
IMSL's First Order Third Kind Modified Bessel
function dbsk1().
It works in the debug build but crashes in the
release build with error
run-time error M6202: MATH
- log: SING error
.
The value I pass to dbsk1() does
not seem to matter: dbsk1(1.0_8) and dbsk1(10.0_8)
behave the same way.
0 Kudos
0 Replies
Reply