Hi all,
I'm using Fedora 15, with the bash shell (the echo $SHELL returns
/bin/bash). The configuration goes fine, but when I type "make install" it
runs for a short time and I get the output:
Warning: Type mismatch in argument 'jtr' at (1); passed REAL(8) to
INTEGER(4)
_amg1r5.f:1217.58:
call pcol(k-1,ierr,ia,ja,iw,imin,imax,imaxw,icg,ifg,u(irst), &
1
Warning: Type mismatch in argument 'ir' at (1); passed REAL(8) to INTEGER(4)
_amg1r5.f:1224.26:
imaxw,ifg,icg,u(irst),time,ierr,irow0,ncolx, &
1
Warning: Type mismatch in argument 'ncolor' at (1); passed REAL(8) to
INTEGER(4)
_amg1r5.f:1232.16:
ifg,u(irst),nstcol,ncolx,time,nda,ndja,ium, &
1
Warning: Type mismatch in argument 'ncolor' at (1); passed REAL(8) to
INTEGER(4)
_amg1r5.f:3461.23:
external idec,random
1
Error: Return type mismatch of function 'random' at (1) (REAL(8)/REAL(4))
_amg1r5.f:3029.45:
ja(jlo),a(jlo),f(ilo),u(ilo),nsp,a(jhi+1),a(jhi+1), &
1
Warning: Type mismatch in argument 'isp' at (1); passed REAL(8) to
INTEGER(4)
_amg1r5.f:3095.45:
ja(jlo),a(jlo),f(ilo),u(ilo),nsp,a(jhi+1),a(jhi+1), &
1
Warning: Type mismatch in argument 'isp' at (1); passed REAL(8) to
INTEGER(4)
_amg1r5.f:3619.17:
external cgalf,cgeps,ctime
1
Error: Return type mismatch of function 'cgalf' at (1) (REAL(8)/REAL(4))
_amg1r5.f:3619.23:
external cgalf,cgeps,ctime
1
Error: Return type mismatch of function 'cgeps' at (1) (REAL(8)/REAL(4))
make[1]: *** [amg1r5.o] Error 1
make[1]: Leaving directory `/home/matthew/amber11/AmberTools/src/pbsa'
make: *** [serial] Error 2
Does anyone know what could be causing this?
-Matt
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Oct 18 2011 - 17:30:02 PDT