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

Debugging when using Namelist and comments with national characters ()

LeonardB
New Contributor I
356 Views


Engineers does often put comments between the namelist blocks of the input file.

When running the debug version of a program using namelist and having comments containing Swedish national characters as ,, in the comments the execution stops with the message Debug Assertion Failed!

Example, this input file makes the execution to stop unless the national characters (,,) are repaced
-----------------------------------
$NMLHEAD1 HEAD1='ABC' $END
$NMLOUT ANGO=T, STRO=T, FOTFO=T, BRGFO=T, RLDO=F,
LTRANS=T, $END

RLDO=T, skriv ut relativ utbjning
RLDO=F, skriv ut absolute utbjning
LTRANS=T, Enbart rkna matrix
LTRANS=F, utfr berkning

Material
$NMLMTR IMTR=1 EM=205E9 PNY=0.3 RHO=7700 $END
-------------------------------------
p.s. I am running IVF v 11.0.066

0 Kudos
2 Replies
Steven_L_Intel1
Employee
356 Views
Thanks for reporting this. I can reproduce it and will report it to the developers to be fixed. A workaround is to change the property Fortran > Libraries > Runtime Library to "Multithreaded" from "Debug Multithreaded".
0 Kudos
Steven_L_Intel1
Employee
356 Views
This problem is fixed in 11.1 Update 3, available now.
0 Kudos
Reply