********>Bugfix 23 Author: Ross Walker Date: 10/27/2006 Programs: (benchmarks) Description: Some benchmarks that were meant only for development purposes were acidentally left in the benchmark makefile of the release version. This will lead to file not found errors when the benchmarks are run. Fix: Apply the following patch to $AMBERHOME/benchmarks/Makefile ------------------------------------------------------------------------------ *** Makefile 4 Apr 2006 01:03:39 -0000 9.0 --- Makefile 8 Nov 2006 21:23:06 -0000 *************** *** 13,23 **** cd gb_cox2; ./bench.cox2 cd gb_alp; ./bench.gb_alp cd trx; ./bench.trx - cd mg_qmmm; ./bench.mg_qmmm - cd mg_qmmm; ./bench.mg_classical - cd ladh; ./bench.ladh_qmmm - cd ladh; ./bench.ladh_classical - cd 1NLN_qmmm; ./bench.1NLN_MD_ntb1 @echo "" @echo "Benchmarking of ${AMBER} is complete at `date`." @echo "" --- 13,18 ---- ------------------------------------------------------------------------------ Temporary workarounds: Just ignore the file not found errors. They are the last benchmarks to be run anyway.