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

core dump with variable FORMAT expression

seapim
Beginner
397 Views

hello,

In linux on processor 64 bits, if I execute a program below with a variable FORMAT expression I have a core dump.

PROGRAM TEST

integer*4 jl

jl=5
write (0,FMT=20)

20 FORMAT (10X,'======',('x'),'=====')
end

I used a Intel FORTRAn V11.0/0.74

Is it correct tou use this option

thank you for helping me

0 Kudos
1 Reply
Steven_L_Intel1
Employee
397 Views
Works for me in 11.1.059.
0 Kudos
Reply