Hello,
in the bugfix.all of amber10 the fix for prmtop_dat.fpp points to
/src/pmemd/src/prmtop_dat.fpp instead of
src/pmemd/src/prmtop_dat.fpp
This causes problems in finding the file. Moreover, the part
allocate(atm_numex(natom), &
- gbl_natex(next), &
+ gbl_natex(next * next_mult_fac), &
stat = alloc_failed)
if (alloc_failed .ne. 0) call setup_alloc_error
num_ints = num_ints + size(atm_numex) + size(gbl_natex)
+ gbl_natex(:) = 0
+
! Allocation of stuff that will later be deallocated that is only
used in
! the master:
doesn't work correctly for me. Could you fix the file?
Best,
Philipp
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Mar 08 2010 - 05:00:02 PST