[Pw_forum] compilation error again
uncpark
uncpark at hotmail.com
Wed Jan 26 06:12:01 CET 2005
Dear Paolo,
I followed your advice and replaced the line with two lines.
But I am still getting error messages. Could you please help me out?
Thanks,
H. Park
----------------------------------------------------------------------------
---------------------
module restart_module
^
f90-855 f90: ERROR RESTART_MODULE, File = restart.f90, Line = 10, Column =
10
The compiler has detected errors in module "RESTART_MODULE". No module
information file will be created for this module.
USE ions_base, ONLY : ntyp => nsp
^
f90-1015 f90: ERROR READFILE_NEW, File = restart.f90, Line = 561, Column =
36
Local-name "NTYP" must only be referenced once in a rename-list in this
scope.
f90: SGI MIPSpro Fortran 90 Version 7.42 (f14) Wed Jan 26, 2005 00:08:13
f90: 1337 source lines
f90: 2 Error(s), 0 Warning(s), 0 Other message(s), 0 ANSI(s)
cf90: "explain cf90-message number" gives more information about each
message
*** Error code 2 (bu21)
*** Error code 1 (bu21)
----------------------------------------------------------------------------
--------
>compiler weirdness. Try to replace the line
> USE ions_base, ONLY : nat, ntyp => nsp, ityp, tau, zv, atm
>with two lines
> USE ions_base, ONLY : ntyp => nsp
> USE ions_base, ONLY : nat, ityp, tau, zv, atm
>Paolo
More information about the Pw_forum
mailing list