You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling with Intel Fortran (latest version)
, the example code "sum" run as following :
-----------------------------------------------------
CL device:
Caicos
"/tmp/OCLc88xhl.cl", line 1: error: expected a declaration
/oi 1 r
^
At e
nd of source: warning: parsing restarts here after previous syntax error
1 err
or detected in the compilation of "/tmp/OCLc88xhl.cl".
Internal error: clc com
piler invocation failed.
Error: program build failed.
------------------------------------------------------
My OS is scientific linux 63
Thanks
Original issue reported on code.google.com by [email protected] on 6 Sep 2012 at 10:19
The text was updated successfully, but these errors were encountered:
Thanks for the report. I think this is an issue of the ifort compiler, it is
solved by using the flag:
-assume byterecl
Can you check whether this fixes the problem.
Original comment by xavier.andrade.valencia on 6 Sep 2012 at 3:44
Original issue reported on code.google.com by
[email protected]
on 6 Sep 2012 at 10:19The text was updated successfully, but these errors were encountered: