Author: Dave Case, found by Susan Devere Date: 03/18/03 Programs: intense Description: The giveis subroutine is needed by intense, but is not compiled when LAPACK is set. Fix: apply the following patch to amber7/src/lib/eis.f ------------------------------------------------------------------------------- *** eis.f 1997/10/09 15:06:22 7.0 --- eis.f 2003/03/18 17:10:50 7.1 *************** *** 1,8 **** - #ifdef LAPACK - subroutine dummy - return - end - #else SUBROUTINE GIVEIS(N,NVECT,NV,A,B,ROOT,VECT,IERR) C C************************************************************************ --- 1,3 ---- *************** *** 911,914 **** 30 CONTINUE RETURN END - #endif --- 906,908 ---- ------------------------------------------------------------------------------- Temporary workarounds: don't define LAPACK in the MACHINE file