[Pw_forum] Compilation on SGI Origin 300
Paolo Giannozzi
giannozz at nest.sns.it
Tue Oct 3 21:45:19 CEST 2006
On Oct 3, 2006, at 21:09 , Miao, Maosheng wrote:
> I tried to compile Espresso-3.1.1 on a SGI origin 300 machine. The
> compiler is SGI MIPSpro Fortran 90 Version 7.41. I got the following
> error messages while it compiles the realus.f90
> [...]
> USE ions_base, ONLY : nat, ntyp => nsp, ityp
> ^
> f90-1015 f90: ERROR NEWD_R, File = realus.f90, Line = 413, Column = 39
> Local-name "NTYP" must only be referenced once in a rename-list in
> this scope.
>
> USE ions_base, ONLY : nat, ntyp => nsp, ityp
> ^
> f90-1015 f90: ERROR ADDUSDENS_R, File = realus.f90, Line = 857,
> Column =
> 41
> Local-name "NTYP" must only be referenced once in a rename-list in
> this scope.
local name "NTYP" IS correcly referenced, whatever the compiler may say.
Since however it is not actualy used in either routines, just remove it.
Paolo
More information about the users
mailing list