- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry for the typo ! > "I have got this error for all interenis functions like LOG. Any ideas how to fix this?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Please post the same question on Intel Fortran forum and your question could be answered faster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page