********>bugfix.12: Author: Ross Walker Date: 12/05/2008 Programs: sander Description: Update to bugfix.11. Some compiler versions cannot handle line lengths over 132 characters and may fail to compile the updated softcore.f. This bugfix CANNOT be applied unless bugfix.11 has already been applied. Apply the following patch to $AMBERHOME/src/sander/softcore.f ------------------------------------------------------------------------------ --- softcore.f 2008-12-05 15:36:59.000000000 -0800 +++ softcore.f 2008-12-05 15:37:28.000000000 -0800 @@ -482,7 +482,8 @@ ! This molecule has no softcore atoms but its partner molecule has ! therefore prepare for sending its C.O.M. later molecule_type(imol) = 1 - write (6,'(a,i5,a)') ' Molecule ',imol,' is nonsoftcore, but its partner is partially softcore, therefore its C.O.M. will be exchanged.' + write (6,'(a,i5,a)') ' Molecule ',imol, & + ' is nonsoftcore, but its partner is partially softcore, therefore its C.O.M. will be exchanged.' end if end if end do ------------------------------------------------------------------------------ Temporary Workarounds: None