********>Bugfix 24: Author: Ross Walker (SDSC) & Scott LeGrand (NVIDIA) Date: July 16, 2009 Programs: PMEMD Description: PMEMD can sometimes crash at boot with a PMEMD Terminated Abnormally! message due to a variable not being initialized in init_mdin_ewald_dat. Apply this patch to $AMBERHOME/src/pmemd/src/mdin_ewald_dat.fpp ---------------------------------------------------------------------------- --- mdin_ewald_dat.fpp 2009-07-16 22:16:11.000000000 -0700 +++ mdin_ewald_dat.fpp 2009-07-16 22:18:06.000000000 -0700 @@ -211,6 +211,8 @@ integer :: excl_master_switch_val integer :: atm_redist_switch_val ! from lo freq to hi freq + inerr = 0 + nfft1 = 0 nfft2 = 0 nfft3 = 0 ---------------------------------------------------------------------------- Temporary workarounds: None