********> bugfix.17 Author: Dave Case Date: 5/25/00 Programs: sander Description: When compiled with the Portland group compiler, sander fails in reading in the NMR restraints; workaroud is not to optimize the nmrnrg routine. Fix: Make the following change to src/sander/Makefile. Note: the first character in the lines containing "../Compile" MUST be a tab. ---------------------------------------------------------------------------- *** Makefile.old Thu May 25 09:36:55 2000 --- Makefile Thu May 25 09:37:28 2000 *************** *** 927,932 **** --- 927,936 ---- nmrcal.o: nmrcal.f ../Compile L0 -P -D$(PREC) nmrcal.f + #do not optimize nmrnrg, due to problem with Portland group compiler + nmrnrg.o: nmrnrg.f + ../Compile L0 -P -D$(PREC) nmrnrg.f + runmd.o: runmd.f ../Compile L2 -P -D$(PREC) runmd.f ----------------------------------------------------------------------------