compilation errors on sgi machine
Posted: Wed Oct 24, 2007 3:20 pm
I was using the vasp makefile for sgi machines to compile the vasp 4.6 code on a sgi cluster, and got the following errors. Did anybody have the same experiences?
ccsgi3 6% make
f90 -O -c xml.f90
WRITE(uixml, '(A,"<i type=",1H","string",1H"," name=",1H",A,1H",">",A,"</i>")',ADVANCE="Yes") blank(1:inden),tag,str(1:i)
^
f90-197 f90: ERROR XML_INCAR, File = xml.f90, Line = 808, Column = 132
Unexpected syntax: "EOS" was expected but found "(".
WRITE(uixml, '(A,"<v type=",1H","string",1H"," name=",1H",A,1H",">",A,"</v>")',ADVANCE="Yes") blank(1:inden),tag,str(1:i)
^
f90-197 f90: ERROR XML_INCAR_V, File = xml.f90, Line = 861, Column = 132
Unexpected syntax: "EOS" was expected but found "(".
f90: SGI MIPSpro Fortran 90 Version 7.4 (f14) Wed Oct 24, 2007 11:41:00
f90: 1554 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)
ccsgi3 6% make
f90 -O -c xml.f90
WRITE(uixml, '(A,"<i type=",1H","string",1H"," name=",1H",A,1H",">",A,"</i>")',ADVANCE="Yes") blank(1:inden),tag,str(1:i)
^
f90-197 f90: ERROR XML_INCAR, File = xml.f90, Line = 808, Column = 132
Unexpected syntax: "EOS" was expected but found "(".
WRITE(uixml, '(A,"<v type=",1H","string",1H"," name=",1H",A,1H",">",A,"</v>")',ADVANCE="Yes") blank(1:inden),tag,str(1:i)
^
f90-197 f90: ERROR XML_INCAR_V, File = xml.f90, Line = 861, Column = 132
Unexpected syntax: "EOS" was expected but found "(".
f90: SGI MIPSpro Fortran 90 Version 7.4 (f14) Wed Oct 24, 2007 11:41:00
f90: 1554 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)