********>Bugfix 33: Author: Ross Walker Date: April 16, 2010 Programs: pmemd Description: Some sub versions of the Intel 11.1 compilers can fail to compile pme_setup.fpp with the error: pme_setup.f90(415): error 6404: This name does not have a type, and must have an explicit type. [NATOM] Use this patch to update amber10/src/pmemd/src/pme_setup.fpp ------------------------------------------------------------------------------ --- pme_setup.fpp 2010-04-16 11:12:47.000000000 -0700 +++ pme_setup.fpp 2010-04-16 11:13:08.000000000 -0700 @@ -399,8 +399,8 @@ subroutine vdw_correct_setup - use pme_force_mod - use prmtop_dat_mod + use pme_force_mod, only : gbl_nvdwcls + use prmtop_dat_mod, only : natom, atm_iac implicit none ------------------------------------------------------------------------------ Temporary Workaround: Use a different version of the Intel compiler suite.