LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Tim Prince (tprince_at_[hidden])
Date: 2005-07-22 14:45:58


Meg McCarrick wrote:

> I get the errors below when I compile the lamtest-7.1.1 suite with g95
> on rhel 3.0. The g95 version is 4.0.1.
> Are these errors serious? I would like to use g95 and lam-mpi
> to compile and run Amber8 if possible.
>
> Thanks,
> Meg McCarrick
>
> (the complete logfiles are attached)
>
> Making check in dtyp
> make[1]: Entering directory `/programs/lam-7.1.1/lamtests-7.1.1/dtyp'
> mpif77 -O -pthread -c -o fint2_f.o fint2_f.f
> In file fint2_f.f:125
>
> int2temp = '123'x
> 1
> Error: Unclassifiable statement at (1)
> mpif77: No such file or directory
> make[1]: *** [fint2_f.o] Error 1
> mpif77 -O -pthread -c -o fint4_f.o fint4_f.f
> In file fint4_f.f:125
>
> int4temp = '123'x
> 1
> Error: Unclassifiable statement at (1)
> In file fint4_f.f:126
>
> int4temp = '1234567'x
> 1
> Error: Unclassifiable statement at (1)
> mpif77: No such file or directory
> make[1]: *** [fint4_f.o] Error 1
> mpif77 -O -pthread -c -o freal4_f.o freal4_f.f
> In file freal4_f.f:129
>
> real4temp = '1234567'x
> 1
> Error: Syntax error in data declaration at (1)
> mpif77: No such file or directory
> make[1]: *** [freal4_f.o] Error 1
> mpif77 -O -pthread -c -o freal8_f.o freal8_f.f
> In file freal8_f.f:129
>
> real8temp = '1234567'x
> 1
> Error: Syntax error in data declaration at (1)
> mpif77: No such file or directory
> make[1]: *** [freal8_f.o] Error 1
> mpif77 -O -pthread -c -o fint8_f.o fint8_f.f
> In file fint8_f.f:125
>
> int8temp = '123'x
> 1
> Error: Unclassifiable statement at (1)
> In file fint8_f.f:126
>
> int8temp = '1234567'x
> 1
> Error: Unclassifiable statement at (1)
> mpif77: No such file or directory
> make[1]: *** [fint8_f.o] Error 1
> make[1]: Target `check' not remade because of errors.

Change those non-standard hexadecimal constants to standard form.