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

Hollerith problem

mrvcj
Beginner
5,053 Views
Hi guys,
I'm compiling a old FORTRAN code for my research using Intel Composer XE 2011 command line. I got whole bunch of errors saying: end of statement found while lexing a hollerith constant. I have no idea about this but it comes from the old format?
I'm wondering if you know how to fix this. Or at least how to ignore it when compiling. It works fine when I was using Lahey compiler. Any compiling options I can use? Thanks very much for your time.
Regards,
Jason
BTW, you may find the source code in the attachment if that helps.
0 Kudos
24 Replies
Steven_L_Intel1
Employee
727 Views
Jason, which Visual Studio? That's what I was asking. 2005,2008 or 2010?
0 Kudos
mrvcj
Beginner
727 Views
Steve,

It's VS 2008. Sorry about that.

Jason
0 Kudos
Steven_L_Intel1
Employee
727 Views
I just tried an example putting:

< redir.inp

in the "Command arguments" field and it worked, though something else went wrong later which looks like a VS bug. I know I've done this before so it will take some poking. I am traveling this week, so it may be next week before I can do anything with this.
0 Kudos
mrvcj
Beginner
727 Views
Steve,

Your effort is highly appreciated. I'll keep playing with this. Thanks.

Jason
0 Kudos
Reply