Posted by Balazs Hajgato on November 12, 2001 at 21:03:34:
I have compiled MOLCAS version 5.0 patch level 632 on Pentium4 machine under RedHat 7.2 Linux. I have used Intel Fortran Compiler version 5.0. I slightly modified the cfg/Linux-x86-Portland.cfg file.
diff Linux-x86-Portland.cfg Linux-x86-ifc.cfg
33c33
< BLAS_LIST="essl"
---
> BLAS_LIST="blas essl lapack"
39c39
< FindFile -x $EXE_PATH F77 pgf77 g77 f77
---
> FindFile -x $EXE_PATH F77 ifc g77 f77
42c42
< F77FLAGS="-O2 -Mdalign -Minform,warn -Mnolist -Minfo=loop -Munixlogical -tp p6 -I. -I$INCDIR $F77FLAGS"
---
> F77FLAGS="-O2 -Vaxlib -O2 -tpp7 -xW -I. -I$INCDIR $F77FLAGS"
52c52
< XLIB="-llapack -lblas"
---
> XLIB="-Vaxlib -O2 -tpp7 -xW /opt/intel/compiler50/ia32/lib/libsvml.a"
All the tests passed except test096.
the error message was:
Input/Output Error 195: Backspace not allowed
In Procedure: readbas
At Line: 57
Statement: BACKSPACE
Unit: 21
Connected To: AMFI_INP
Form: Formatted (contains List-Directed records)
Access: Sequential
Records Read : 3
Records Written: 62
End of diagnostics
Does anybody know what could be the problem?
B.
Subject:
Comments:
E-Mail: