[CPMD-list] Problems with Cray X1 build
Chris Borchert
cbborchert at yahoo.com
Mon May 16 14:17:15 CEST 2005
I am trying to build CPMD 3.9.2 (for the first time
ever) on a Cray X1 (UNICOS 2.5.31). I'm using the
default cc, ftn, and cpp. On both the 32 and 64-bit
builds the Makefile has to be modified to use "-c" to
compile fortran files, instead of "-o". After several
files successfully build, the 64-bit build dies on
vpsi.f and the 32-bit dies on rnlsm2.f:
----------64 bit----------
ftn -sdefault64 -dp -eZ -F -ra -sword_pointer
./vpsi.f -c ./vpsi.o
!CSD$ end parallel do
^
ftn-1749 ftn: ERROR VPSI, File = ./vpsi.f, Line = 245,
Column = 2
A DO block must directly follow the CSD$ PARALLELDO
directive.
!CSD$ end parallel do
^
ftn-1749 ftn: ERROR VPSI, File = ./vpsi.f, Line = 277,
Column = 2
A DO block must directly follow the CSD$ PARALLELDO
directive.
!CSD$ end parallel do
^
ftn-1749 ftn: ERROR VPSI, File = ./vpsi.f, Line = 294,
Column = 2
A DO block must directly follow the CSD$ PARALLELDO
directive.
RETURN
^
ftn-549 ftn: ERROR VPSI, File = ./vpsi.f, Line = 508,
Column = 7
A RETURN statement is not allowed within a parallel
region.
Cray Fortran: Version 5.2.0.5
(u3030f92057i10081p52116a52022e52009x9228)
Cray Fortran: Thu May 5, 2005 11:17:35
Cray Fortran: Compile time: 0.5600 seconds
Cray Fortran: 2409 source lines
Cray Fortran: 4 errors, 0 warnings, 0 other messages,
0 ansi
Cray Fortran: "explain ftn-message number" gives more
information about each message
*** Error code 1 (bu21)
----------32 bit----------
ftn ./rnlsm2.f -c ./rnlsm2.o
!CSD$ end parallel do
^
ftn-1751 ftn: ERROR RNLSM2, File = ./rnlsm2.f, Line =
137, Column = 2
The CSD$ ENDPARALLELDO directive must immediately
follow the do loop.
!CSD$ end parallel do
^
ftn-1751 ftn: ERROR RNLSM2, File = ./rnlsm2.f, Line =
191, Column = 2
The CSD$ ENDPARALLELDO directive must immediately
follow the do loop.
!CSD$ end parallel do
^
ftn-1751 ftn: ERROR RNLSM2, File = ./rnlsm2.f, Line =
216, Column = 2
The CSD$ ENDPARALLELDO directive must immediately
follow the do loop.
Cray Fortran: Version 5.2.0.5
(u3030f92057i10081p52116a52022e52009x9228)
Cray Fortran: Thu May 5, 2005 11:46:27
Cray Fortran: Compile time: 0.2100 seconds
Cray Fortran: 1495 source lines
Cray Fortran: 3 errors, 0 warnings, 0 other messages,
0 ansi
Cray Fortran: "explain ftn-message number" gives more
information about each message
*** Error code 1 (bu21)
----------END----------
Any suggestions would be greatly appreciated.
Chris
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
More information about the CPMD-list
mailing list