Any One Compiled the Lapack2.0 with G77/0.5.21?


[ Follow Ups ] [ Post Followup ] [ Netlib Discussion Forum ] [ FAQ ]

Posted by Pan Xing on August 11, 1998 at 06:27:31:

Hi! Every one!

Who have succeeded in compiling the
fortran code with G77?
I meet error when compiling the Timing part
of Lapack package/2.0.
Exactly, the stimee.f in TIMING/EIG/ directory.

It reports error when dealing with line 246:
PARAMETER ( LWORK = MAX( MAXN*( 4*MAXN+2 ),
$ 2*LDAMAX+1+3*MAXN+2*MAXN*LG2MXN+3*MAXN**2 ) )

I guess it is because the g77 could not process
the intrinsic function MAX when compiling PARAMETER
statement?
Does Any one has met same question?
Any Comments for solving it are welcome.

Thanks a lot!



Follow Ups: