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

Error: function is called as subroutine.

Ivan_S_
Beginner
283 Views

I am receiving the following error: #12145: [SV] function "for_read_dir_i8" is called as subroutine. What does it mean? What is wrong? [fortran]READ (UNIT=8 REC=NUMBER_OF_RECORD) BUFFER[/fortran]

0 Kudos
1 Reply
Steven_L_Intel1
Employee
283 Views

You got that from the Static Analysis feature, and it made a mistake. Ignore it.

0 Kudos
Reply