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

core dump with variable FORMAT expression

seapim
Beginner
478 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
478 Views
Works for me in 11.1.059.
0 Kudos
Reply