Software Archive
Read-only legacy content
17061 Discussions

#6404: This name does not have a type, and must have an explicit type. [SQRT]

Rohaldin_M_
Beginner
1,635 Views

Hi, I'm new in Parallel studio, and getting this error #6404: This name does not have a type, and must have an explicit type. [SQRT]

program mytest

implicit none

real(kind=8) :: q

q=SQRT(10.)

print*,q

end program mytest

I have got this error for all interenis funcytions like LOG. Any ideas how to fix this?

0 Kudos
3 Replies
Rohaldin_M_
Beginner
1,635 Views

Sorry for the typo ! > "I have got this error for all interenis functions like LOG. Any ideas how to fix this?"

0 Kudos
SergeyKostrov
Valued Contributor II
1,635 Views
Hi, Please post the same question on Intel Fortran forum and your question could be answered faster.
0 Kudos
bernaske
New Contributor I
1,635 Views

Hi Sergey,

its not a bug, i have compile with the ifort 13.1  on openSUSE 12.2 64 Bit Linux, no problems

the result from the executable 3.16227769851685

no compiler bug

best regards

Franz Bernasek

0 Kudos
Reply