Re: NEC-LIST: Compiling NEC4

From: Waymond Scott <wrscott_at_email.domain.hidden>
Date: Tue, 26 Sep 2000 14:15:24 -0400

Jerry,

Thanks that fixed my problem. But I only needed to change the "*"
format statement for the the integer read to get the program to work.
My compiler did not like it when I changed format for the real read.
I got the code from you in 1995 so it must have been before it was
changed.

Sounds like I should upgrade my compiler too. Thanks again.

Waymond Scott

At 10:10 AM 9/25/00 -0700, you wrote:
>
> Waymond,
>
> That sounds like a problem that occurs with the use of a default
> format "*" in internal (read from a string) read statements with the
> Microsoft Powerstation compiler. The "*" formats in subroutine
> PARSIT should be changed to something like '(I15)' for integer and
> '(E15.5)' for real. There are only two cases. However, we made
> these change a long time ago in codes sent out from here, so maybe
> there is some other problem in your code. You could check to see if
> all numbers from input are zero or just NP and MP.
>
> The code compiled with the DEC/Compaq Visual Fortran compiler runs
> about three times faster than Powerstation code with full
> optimizations. I think even unoptimized Visual Fortran code is
> faster than fully optimized Powerstation code.
>
> Jerry Burke
> LLNL

----------------------------------------------------------------------------
Waymond Scott
School of Electrical and Computer Engineering
Georgia Tech
777 Atlantic Dr.
Atlanta, GA 30332-0250
Phone: 404-894-3048
Fax: 404-894-4641
Email: waymond.scott_at_ece.gatech.edu
Received on Wed Sep 27 2000 - 16:00:50 EDT

This archive was generated by hypermail 2.2.0 : Sat Oct 02 2010 - 00:10:40 EDT